summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmonad/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs
index d4f14ad..9502192 100644
--- a/xmonad/xmonad.hs
+++ b/xmonad/xmonad.hs
@@ -16,7 +16,7 @@ main = do
myConfig =
ewmh desktopConfig
- { layoutHook = smartBorders $ layoutHook defaultConfig
+ { layoutHook = smartBorders $ layoutHook desktopConfig
, keys = myKeys
, modMask = mod4Mask
, terminal = "$TERMINAL"