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 =? "mpv" -?> doFullFloat <+> (doShift "flims")
|
||||||
, className =? "qemu-system-x86_64" -?> doFloat
|
, className =? "qemu-system-x86_64" -?> doFloat
|
||||||
, className =? "qutebrowser" -?> doShift "web"
|
, className =? "qutebrowser" -?> doShift "web"
|
||||||
, className =? "Wine System Tray" -?> doShift "wine"
|
, appName =? "Wine System Tray" -?> doShift "wine-tray"
|
||||||
, className =? "Blizzard Battle.net" -?> doShift "battlenet"
|
, className =? "battle.net.exe" -?> doShift "battlenet"
|
||||||
, isDialog -?> doCenterFloat
|
|
||||||
, isDialog -?> doCenterFloat
|
, isDialog -?> doCenterFloat
|
||||||
|
|
||||||
-- Move transient windows to their parent:
|
-- Move transient windows to their parent:
|
||||||
|
|
Loading…
Reference in a new issue