desktop: add polkit-gnome window rules
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-24 19:05:09 -04:00
parent 37a9faacb2
commit 2fd5bb5c74
2 changed files with 4 additions and 4 deletions

View file

@ -192,7 +192,7 @@ in {
"center(1),class:(gcr-prompter)"
"center(1),class:(nm-connection-editor)"
"center(1),class:(pavucontrol)"
"center(1),class:(polkit-mate-authentication-agent-1)"
"center(1),class:(polkit-gnome-authentication-agent-1)"
"center(1),initialTitle:(File Operation Progress)"
"float,class:(.blueman-manager-wrapped)"
"float,class:(blueberry.py)"
@ -203,7 +203,7 @@ in {
"float,initialTitle:(File Operation Progress)"
"move 70% 20%, class:^(firefox)$, title:^(Picture-in-Picture)$"
"pin,class:(gcr-prompter)"
"pin,class:(polkit-mate-authentication-agent-1)"
"pin,class:(polkit-gnome-authentication-agent-1)"
"pin,class:^(firefox)$, title:^(Picture-in-Picture)$"
"size 40% 20%,initialTitle:(File Operation Progress)"
"size 40% 60%,class:(.blueman-manager-wrapped)"
@ -212,7 +212,7 @@ in {
"size 40% 60%,class:(nm-connection-editor)"
"size 40% 60%,class:(pavucontrol)"
"stayfocused,class:(gcr-prompter)"
"stayfocused,class:(polkit-mate-authentication-agent-1)"
"stayfocused,class:(polkit-gnome-authentication-agent-1)"
"suppressevent maximize, class:.*"
];

View file

@ -185,7 +185,7 @@ in {
}
{
command = "focus; sticky toggle";
criteria = {app_id = "polkit-mate-authentication-agent-1";};
criteria = {app_id = "polkit-gnome-authentication-agent-1";};
}
{
command = "floating enable; resize set 40ppt 20ppt; move position center";