aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config/Dmwit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Config/Dmwit.hs')
-rw-r--r--XMonad/Config/Dmwit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Config/Dmwit.hs b/XMonad/Config/Dmwit.hs
index f899b59..08c0b04 100644
--- a/XMonad/Config/Dmwit.hs
+++ b/XMonad/Config/Dmwit.hs
@@ -206,7 +206,7 @@ instance PPrint ScreenId
instance (Show a, Show b) => PPrint (Map a b)
-- }}}
-- main {{{
-dmwitConfig nScreens = defaultConfig {
+dmwitConfig nScreens = def {
borderWidth = 2,
workspaces = withScreens nScreens (map show [1..5]),
terminal = "urxvt",