diff options
| author | Christian <[email protected]> | 2026-05-25 21:40:20 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-25 21:40:20 -0500 |
| commit | b843b40c75393ebb14b150fdd5b341c4108cfec8 (patch) | |
| tree | c1b2116e8d4d001e1ac405a34982a45424d097d7 /modules/xmonad.hs | |
| parent | 0fd1e62bd9b5f125139087afdb82d3be21c54b51 (diff) | |
Remove trailing whitespace in xmonad config
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) |
