mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
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
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:
parent
be4b7f75fa
commit
2f80e9965e
|
@ -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)"
|
||||
|
|
|
@ -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";};
|
||||
|
|
Loading…
Reference in a new issue