home/xmonad: ignore the password prompt
This commit is contained in:
parent
c7bad3fa7b
commit
2488a00708
1 changed files with 2 additions and 1 deletions
|
@ -256,7 +256,8 @@ myManageHook = manageApps
|
||||||
-- general
|
-- general
|
||||||
anyOf
|
anyOf
|
||||||
[ resource =? "desktop_window",
|
[ resource =? "desktop_window",
|
||||||
resource =? "kdesktop"
|
resource =? "kdesktop",
|
||||||
|
className =? "gcr-prompter"
|
||||||
]
|
]
|
||||||
-?> doIgnore,
|
-?> doIgnore,
|
||||||
anyOf
|
anyOf
|
||||||
|
|
Loading…
Reference in a new issue