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 79dbbba..6f88748 100644 --- a/modules/xmonad.hs +++ b/modules/xmonad.hs @@ -26,7 +26,7 @@ myConfig = defaultConfig [ ( (mod1Mask, xK_q), restart "xmonad" True ) , ( (mod1Mask, xK_f), sendMessage ToggleStruts ) ] -mySB = statusBarProp "xmobar" (pure xmobarPP) +mySB = statusBarProp "xmobar" (pure xmobarPP { ppTitle = const "" }) -- main = xmonad $ withEasySB mySB defToggleStrutsKey def main = getDirectories >>= launch (docks $ withSB mySB myConfig) |
