diff --git a/home/ui/xmonad/config.hs b/home/ui/xmonad/config.hs index 4b70293..4249c4b 100644 --- a/home/ui/xmonad/config.hs +++ b/home/ui/xmonad/config.hs @@ -256,13 +256,13 @@ myManageHook = manageApps -- general anyOf [ resource =? "desktop_window", - resource =? "kdesktop", - className =? "gcr-prompter" + resource =? "kdesktop" ] -?> doIgnore, anyOf [ isPopup, - isDialog + isDialog, + className =? "Gcr-prompter" ] -?> doCenterFloat, pure True -?> tileBelow