Add 'nheko' class to manageHook

Added nheko to manageHook to shift it to WS3 as done with the other chat
clients as well.
This commit is contained in:
c47 2024-02-19 06:58:09 +01:00
parent 402cb0caf4
commit 3d5cefd190

View file

@ -19,6 +19,7 @@ myManageHook = composeAll . concat $
, [ title =? "DailyShell" --> doShift "2" ]
, [ className =? "Signal" --> doShift "3" ]
, [ className =? "SchildiChat" --> doShift "3" ]
, [ className =? "nheko" --> doShift "3" ]
, [ className =? "Skype" --> doShift "3" ]
, [ className =? "easyeffects" --> doShift "9" ]
, [ className =? "Brave-browser" --> doShift "7" ]