Shift anoying floating windows
This commit is contained in:
parent
77a9fd5c11
commit
257b473ae1
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue