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
|
-- 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
|
||||||
|
|
Loading…
Reference in a new issue