fix: float polkit authentication window (#88)
* fix: float polkit authentication window * fix: ignore polkit windows on X11 Co-authored-by: Peter Fajdiga <peter.fajdiga@gmail.com> --------- Co-authored-by: Peter Fajdiga <peter.fajdiga@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6e69139b80
commit
6615fe6f93
@@ -3,6 +3,10 @@ const defaultWindowRules = `[
|
||||
"class": "(org\\\\.kde\\\\.)?plasmashell",
|
||||
"tile": false
|
||||
},
|
||||
{
|
||||
"class": "(org\\\\.kde\\\\.)?polkit-kde-authentication-agent-1",
|
||||
"tile": false
|
||||
},
|
||||
{
|
||||
"class": "(org\\\\.kde\\\\.)?kded6",
|
||||
"tile": false
|
||||
|
||||
Reference in New Issue
Block a user