diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-08 10:04:33 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-08 10:04:33 -0500 |
| commit | f5aab46b26b3e0b17dd70ff85b2dc8346eb43e1d (patch) | |
| tree | 1a59ce9c631af6c165ea2865f3f7b6d3c0533d2d /config/hypr | |
| parent | 0033e98a1ad5af680273d34a14421c44b3fec902 (diff) | |
Updated backup v3 rule file
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index ce271323..f3a603c3 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -252,3 +252,27 @@ windowrule { center = on size = (monitor_w*0.6) (monitor_h*0.6) } + +# Named rule for Octopi Package Manager +windowrule { + name = Octopi Package Manager + match:class = ^(octopi)$ + match:title = ^(Octopi)$ + match:initial_class = ^(octopi)$ + match:initial_title = ^(Octopi)$ + float = on + center = on + size = (monitor_w*0.6) (monitor_h*0.6) +} + +# Named rule for Repository Editor - Octopi +windowrule { + name = Repository Editor - Octopi + match:class = ^(octopi-repoeditor)$ + match:title = ^(Repository Editor - Octopi)$ + match:initial_class = ^(octopi-repoeditor)$ + match:initial_title = ^(Repository Editor - Octop)$ + float = on + center = on + size = (monitor_w*0.6) (monitor_h*0.6) +} |
