From 0033e98a1ad5af680273d34a14421c44b3fec902 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 8 Feb 2026 10:04:12 -0500 Subject: Added Window Rules for other octopi apps --- config/hypr/configs/WindowRules.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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) +} -- cgit v1.2.3