mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Cleaning up the managehooks in the config.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user