Cleaning up the managehooks in the config.

This commit is contained in:
Derek Taylor
2020-05-22 11:04:43 -05:00
parent b2e2b1137c
commit 6e5d620e23

View File

@@ -381,7 +381,7 @@ myManageHook = composeAll
-- using 'doShift ( myWorkspaces !! 7)' sends program to workspace 8!
-- I'm doing it this way because otherwise I would have to write out
-- the full name of my clickable workspaces, which would look like:
-- doShift "<action xdotool super+n>n</action>"
-- doShift "<action xdotool super+8>gfx</action>"
[ className =? "obs" --> doShift ( myWorkspaces !! 7)
, title =? "firefox" --> doShift ( myWorkspaces !! 1)
, title =? "qutebrowser" --> doShift ( myWorkspaces !! 1)