mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
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
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:
parent
37a9faacb2
commit
2fd5bb5c74
|
@ -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:.*"
|
||||
];
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue