Shift anoying floating windows

This commit is contained in:
EEva (JPotier) 2020-03-21 10:50:12 +02:00
parent 77a9fd5c11
commit 257b473ae1
1 changed files with 2 additions and 3 deletions

View File

@ -44,9 +44,8 @@ myManageHook = composeOne
, className =? "mpv" -?> doFullFloat <+> (doShift "flims")
, className =? "qemu-system-x86_64" -?> doFloat
, className =? "qutebrowser" -?> doShift "web"
, className =? "Wine System Tray" -?> doShift "wine"
, className =? "Blizzard Battle.net" -?> doShift "battlenet"
, isDialog -?> doCenterFloat
, appName =? "Wine System Tray" -?> doShift "wine-tray"
, className =? "battle.net.exe" -?> doShift "battlenet"
, isDialog -?> doCenterFloat
-- Move transient windows to their parent: