mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:53:55 -05:00
desktop: pin and stay focused on gcr-prompter
This commit is contained in:
parent
9daf1a46a5
commit
850a17a879
|
@ -181,6 +181,7 @@ in {
|
|||
"center(1),class:(.blueman-manager-wrapped)"
|
||||
"center(1),class:(blueberry.py)"
|
||||
"center(1),class:(com.github.wwmm.easyeffects)"
|
||||
"center(1),class:(gcr-prompter)"
|
||||
"center(1),class:(nm-connection-editor)"
|
||||
"center(1),class:(pavucontrol)"
|
||||
"float, class:^(firefox)$, title:^(Picture-in-Picture)$"
|
||||
|
@ -190,12 +191,14 @@ in {
|
|||
"float,class:(nm-connection-editor)"
|
||||
"float,class:(pavucontrol)"
|
||||
"move 70% 20%, class:^(firefox)$, title:^(Picture-in-Picture)$"
|
||||
"pin,class:(gcr-prompter)"
|
||||
"pin,class:^(firefox)$, title:^(Picture-in-Picture)$"
|
||||
"size 40% 60%,class:(.blueman-manager-wrapped)"
|
||||
"size 40% 60%,class:(blueberry.py)"
|
||||
"size 40% 60%,class:(com.github.wwmm.easyeffects)"
|
||||
"size 40% 60%,class:(nm-connection-editor)"
|
||||
"size 40% 60%,class:(pavucontrol)"
|
||||
"stayfocused,class:(gcr-prompter)"
|
||||
"suppressevent maximize, class:.*"
|
||||
];
|
||||
|
||||
|
|
|
@ -187,6 +187,10 @@ in {
|
|||
app_id = "firefox";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "focus; sticky toggle";
|
||||
criteria = {app_id = "gcr-prompter";};
|
||||
}
|
||||
{
|
||||
command = "resize set 40ppt 60ppt; move position center";
|
||||
criteria = {title = "Open Folder";};
|
||||
|
|
Loading…
Reference in a new issue