desktop: add rules for thunar progress dialog
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-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-09 22:07:38 -04:00
parent be4b7f75fa
commit 2f80e9965e
2 changed files with 8 additions and 1 deletions

View file

@ -185,16 +185,19 @@ in {
"center(1),class:(nm-connection-editor)"
"center(1),class:(pavucontrol)"
"center(1),class:(polkit-mate-authentication-agent-1)"
"float, class:^(firefox)$, title:^(Picture-in-Picture)$"
"center(1),initialTitle:(File Operation Progress)"
"float,class:(.blueman-manager-wrapped)"
"float,class:(blueberry.py)"
"float,class:(com.github.wwmm.easyeffects)"
"float,class:(nm-connection-editor)"
"float,class:(pavucontrol)"
"float,class:^(firefox)$, title:^(Picture-in-Picture)$"
"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:^(firefox)$, title:^(Picture-in-Picture)$"
"size 40% 20%,initialTitle:(File Operation Progress)"
"size 40% 60%,class:(.blueman-manager-wrapped)"
"size 40% 60%,class:(blueberry.py)"
"size 40% 60%,class:(com.github.wwmm.easyeffects)"

View file

@ -200,6 +200,10 @@ in {
command = "focus; sticky toggle";
criteria = {app_id = "polkit-mate-authentication-agent-1";};
}
{
command = "floating enable; resize set 40ppt 20ppt; move position center";
criteria = {title = "File Operation Progress";};
}
{
command = "resize set 40ppt 60ppt; move position center";
criteria = {title = "Open Folder";};