diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 00:02:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 00:02:28 +0200 |
commit | e10c81f8898c31bfbd2674831e7e876b08a41bc7 (patch) | |
tree | 8cfca5a9f6c46f7015edd056e7f2e04878a13eec | |
parent | b70ed0f851d23ad09f63cf6f8ecbd8ebba13cf4c (diff) | |
download | dotfiles-e10c81f8898c31bfbd2674831e7e876b08a41bc7.tar dotfiles-e10c81f8898c31bfbd2674831e7e876b08a41bc7.tar.gz dotfiles-e10c81f8898c31bfbd2674831e7e876b08a41bc7.tar.bz2 dotfiles-e10c81f8898c31bfbd2674831e7e876b08a41bc7.tar.xz dotfiles-e10c81f8898c31bfbd2674831e7e876b08a41bc7.zip |
bugfixes
-rw-r--r-- | .xmonad/xmonad.hs | 2 |
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" |