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
|
||||
anyOf
|
||||
[ resource =? "desktop_window",
|
||||
resource =? "kdesktop"
|
||||
resource =? "kdesktop",
|
||||
className =? "gcr-prompter"
|
||||
]
|
||||
-?> doIgnore,
|
||||
anyOf
|
||||
|
|
Loading…
Reference in a new issue