From e10c81f8898c31bfbd2674831e7e876b08a41bc7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 4 Jul 2015 00:02:28 +0200 Subject: bugfixes --- .xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , layoutHook = smartBorders $ avoidStruts layout' , logHook = dynamicLogWithPP xmobarPP' , modMask = mod4Mask - , keys = hKeysMod host $ myKeys' + , keys = hKeysMod host conf $ myKeys' conf , workspaces = take (length numKeys) $ map (hWsp host) [1..] , startupHook = assimilateKeychain >> (sequence autostart) >> (setDefaultCursor xC_left_ptr) >> banishScreen LowerRight >> return () , normalBorderColor = "#202020" -- cgit v1.2.3