summaryrefslogtreecommitdiff
path: root/.xmonad
diff options
context:
space:
mode:
Diffstat (limited to '.xmonad')
-rw-r--r--.xmonad/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs
index a06d240..87282aa 100644
--- a/.xmonad/xmonad.hs
+++ b/.xmonad/xmonad.hs
@@ -95,7 +95,7 @@ main = do
95 , layoutHook = smartBorders $ avoidStruts layout' 95 , layoutHook = smartBorders $ avoidStruts layout'
96 , logHook = dynamicLogWithPP xmobarPP' 96 , logHook = dynamicLogWithPP xmobarPP'
97 , modMask = mod4Mask 97 , modMask = mod4Mask
98 , keys = hKeysMod host $ myKeys' 98 , keys = hKeysMod host conf $ myKeys' conf
99 , workspaces = take (length numKeys) $ map (hWsp host) [1..] 99 , workspaces = take (length numKeys) $ map (hWsp host) [1..]
100 , startupHook = assimilateKeychain >> (sequence autostart) >> (setDefaultCursor xC_left_ptr) >> banishScreen LowerRight >> return () 100 , startupHook = assimilateKeychain >> (sequence autostart) >> (setDefaultCursor xC_left_ptr) >> banishScreen LowerRight >> return ()
101 , normalBorderColor = "#202020" 101 , normalBorderColor = "#202020"