mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
app icon guess: add regex for polkit popup
This commit is contained in:
parent
e85a899be0
commit
8b9dc8cde8
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ Singleton {
|
|||
{
|
||||
"regex": /.*polkit.*/,
|
||||
"replace": "system-lock-screen"
|
||||
},
|
||||
{
|
||||
"regex": /gcr.prompter/,
|
||||
"replace": "system-lock-screen"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue