aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-02-08 10:04:12 -0500
committerDon Williams <don.e.williams@gmail.com>2026-02-08 10:04:12 -0500
commit0033e98a1ad5af680273d34a14421c44b3fec902 (patch)
tree3490df628b88759735bd66064feba7237587782e
parent2d19cd825e4778859a3e821f781e1f3ad5de37b2 (diff)
Added Window Rules for other octopi apps
-rw-r--r--config/hypr/configs/WindowRules.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf
index ce271323..f3a603c3 100644
--- a/config/hypr/configs/WindowRules.conf
+++ b/config/hypr/configs/WindowRules.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)
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage