commit c35d2710802698f69138ae78d883f6bc9d6f1479
parent 9f5f35860199ffd4d5e09a1ab3502f9697550aaf
Author: M. Yamanaka <myamanaka@live.com>
Date: Fri, 20 Nov 2020 00:54:55 -0500
fixed a few typos
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.py b/config.py
@@ -13,7 +13,7 @@ config.set("url.start_pages", ["https://duckduckgo.com"])
config.set("url.default_page", "https://duckduckgo.com")
#enable "cool" mode
-config.set("colors.webpage.darkmode.enable", True)
+config.set("colors.webpage.darkmode.enabled", True)
#search engine shortcuts
se = {"DEFAULT": "https://duckduckgo.com/q={}",
diff --git a/xmonad.hs b/xmonad.hs
@@ -15,7 +15,7 @@ import XMonad.Util.Run
import XMonad.Util.SpawnOnce
-- "tiles with gaps". I like the i3-gaps-esque appearance
-tileswsgaps = spacingRaw False (Border 5 5 5 5) True (Border 5 5 5 5) True $ Tall 1 0.05 0.5
+tileswgaps = spacingRaw False (Border 5 5 5 5) True (Border 5 5 5 5) True $ Tall 1 0.05 0.5
-- additional keybindings including special keys
specKeys = [ ("M-S-l", spawn "sh .local/scripts/lockscript.sh")
@@ -26,7 +26,7 @@ specKeys = [ ("M-S-l", spawn "sh .local/scripts/lockscript.sh")
main = do
statbar <- spawnPipe "xmobar $HOME/.config/xmobar/xmobarrc"
- xmonad $ dock desktopConfig
+ xmonad $ docks desktopConfig
{ terminal = "urxvt"
, modMask = mod4Mask
, layoutHook = avoidStruts tileswgaps