From 257b473ae154c9c6baa35cb99608bee700b8f7a4 Mon Sep 17 00:00:00 2001 From: "EEva (JPotier)" Date: Sat, 21 Mar 2020 10:50:12 +0200 Subject: [PATCH] Shift anoying floating windows --- xmonad.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index 603900f..cbfec37 100755 --- a/xmonad.hs +++ b/xmonad.hs @@ -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: