home/xmonad: center password prompt

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-18 22:37:24 +03:00
parent d3367a80ca
commit 0fc3abfdde
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -256,13 +256,13 @@ myManageHook = manageApps
-- general -- general
anyOf anyOf
[ resource =? "desktop_window", [ resource =? "desktop_window",
resource =? "kdesktop", resource =? "kdesktop"
className =? "gcr-prompter"
] ]
-?> doIgnore, -?> doIgnore,
anyOf anyOf
[ isPopup, [ isPopup,
isDialog isDialog,
className =? "Gcr-prompter"
] ]
-?> doCenterFloat, -?> doCenterFloat,
pure True -?> tileBelow pure True -?> tileBelow