diff options
Diffstat (limited to 'modules/xmonad.hs')
| -rw-r--r-- | modules/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xmonad.hs b/modules/xmonad.hs index 3c5c729..25abf53 100644 --- a/modules/xmonad.hs +++ b/modules/xmonad.hs @@ -31,4 +31,4 @@ myConfig = defaultConfig mySB = statusBarProp "xmobar" (pure xmobarPP { ppTitle = const "" }) -- main = xmonad $ withEasySB mySB defToggleStrutsKey def -main = getDirectories >>= launch (docks $ withSB mySB myConfig) +main = getDirectories >>= launch (docks $ withSB mySB myConfig) |
