Add easyeffects to manageHook

Shift easyeffects to WS9
This commit is contained in:
c47 2024-01-14 22:53:43 +01:00
parent 120ac74515
commit c24f987677

View file

@ -6,11 +6,13 @@ import XMonad.Actions.SpawnOn -- Spawn programs on specified workspace
import XMonad.Hooks.DynamicLog -- For spawnPipe & xmobar
import XMonad.Hooks.ManageDocks -- For the manageHook
----------------------------------------------------------------------------------------------------------------
myTerminal = "gnome-terminal"
myModMask = mod4Mask
myXmobarrc = "~/.config/xmobar/xmobarrc"
----------------------------------------------------------------------------------------------------------------
myManageHook = composeAll . concat $
[ [ className =? "DailyFox" --> doShift "1" ]
@ -18,9 +20,12 @@ myManageHook = composeAll . concat $
, [ className =? "Signal" --> doShift "3" ]
, [ className =? "SchildiChat" --> doShift "3" ]
, [ className =? "Skype" --> doShift "3" ]
, [ className =? "easyeffects" --> doShift "9" ]
, [ className =? "Brave-browser" --> doShift "7" ]
, [ className =? "mpv" --> doFloat ]
]
----------------------------------------------------------------------------------------------------------------
main = do
xmonad $ def