aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-03-29 14:26:40 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:45 -0600
commitdbb57dff1700fcedd4d682829c55ae7abc80613a (patch)
tree0599b9b19f2e404c2a72b3e1a7b59890d03cb426 /src/Main.hs
parent03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f (diff)
downloadrde-dbb57dff1700fcedd4d682829c55ae7abc80613a.tar.gz
rde-dbb57dff1700fcedd4d682829c55ae7abc80613a.tar.bz2
rde-dbb57dff1700fcedd4d682829c55ae7abc80613a.zip
Fixed bug where multiple configures would override previous configures for window-specific bindings
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
index a83f1c3..0b4a181 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -60,6 +60,10 @@ main = do
, className =? "mpv" --> doFloat
, className =? "gnubby_ssh_prompt" --> doFloat
]
+ -- This config uses dynamic workspaces, but I have to seed XMonad
+ -- with something. However, this configuration only supports 36
+ -- monitors on boot. If you need more than 36 monitors, you'll have to
+ -- configure those ones after starting XMonad.
, workspaces = map return (['0'..'9'] ++ ['a'..'z'])
, handleEventHook =
composeAll [