home/xmonad: center password prompt
This commit is contained in:
parent
d3367a80ca
commit
0fc3abfdde
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue