summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-25 21:40:20 -0500
committerChristian <[email protected]>2026-05-25 21:40:20 -0500
commitb843b40c75393ebb14b150fdd5b341c4108cfec8 (patch)
treec1b2116e8d4d001e1ac405a34982a45424d097d7
parent0fd1e62bd9b5f125139087afdb82d3be21c54b51 (diff)
Remove trailing whitespace in xmonad config
-rw-r--r--modules/xmonad.hs2
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)