From a1301bf629699db50800f2332dadab0b33e50973 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 13 Oct 2016 13:28:44 -0700 Subject: [PATCH] [XMonad] Minor cleanup --- dotfiles/xmonad/xmonad.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index 6f4c42b8..b0e2a5ce 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -27,10 +27,9 @@ main = xmonad $ ewmh $ pagerHints def , logHook = myLogHook , handleEventHook = docksEventHook <+> fullscreenEventHook , startupHook = myStartup - , keys = customKeys (\x -> []) addKeys + , keys = customKeys (const []) addKeys } -myLogHook :: X() myLogHook = fadeInactiveLogHook 0.9 shiftThenView i = W.greedyView i . W.shift i