aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-02-08 09:36:02 -0500
committerDon Williams <don.e.williams@gmail.com>2026-02-08 09:36:02 -0500
commita5475bfb27f985f3de4baa34c3f239a58248d732 (patch)
tree61982de0ce2fce80a67662a53cf47180d290b1f5
parent42f3b3f7d09e588efa470108c2fd70721621971b (diff)
Updated backup v3 windows rules with new CachyOS apps rules
On branch development Your branch is ahead of 'origin/development' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
-rw-r--r--config/hypr/configs/WindowRules-config-v3.conf38
1 files changed, 37 insertions, 1 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf
index 73e98fce..cffbd77a 100644
--- a/config/hypr/configs/WindowRules-config-v3.conf
+++ b/config/hypr/configs/WindowRules-config-v3.conf
@@ -24,7 +24,7 @@ windowrule = match:class ^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$, tag +brows
windowrule = match:class ^(chrome-.+-Default)$, tag +browser
windowrule = match:class ^([Cc]hromium)$, tag +browser
windowrule = match:class ^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable))$, tag +browser
-windowrule = match:class ^(Brave-browser(-beta|-dev|-unstable)?)$, tag +browser
+windowrule = match:class ^([Bb]rave-browser(-beta|-dev|-unstable)?)$, tag +browser
windowrule = match:class ^([Tt]horium-browser|[Cc]achy-browser)$, tag +browser
windowrule = match:class ^(zen-alpha|zen)$, tag +browser
@@ -204,3 +204,39 @@ windowrule {
keep_aspect_ratio = on
size = (monitor_w*0.3) (monitor_h*0.3)
}
+
+# Named rule for CachyOS Kernel Manager
+windowrule {
+ name = CachyOS Kernel Manager
+ match:class = ^(org.cachyos.KernelManager)$
+ match:title = ^(CachyOS Kernel Manager)$
+ match:initial_class = ^(org.cachyos.KernelManager)$
+ match:initial_title = ^(CachyOS Kernel Manager)$
+ float = on
+ center = on
+ size = (monitor_w*0.6) (monitor_h*0.6)
+}
+
+# Named rule for CachyOS Package Installer
+windowrule {
+ name = CachyOS Package Installer
+ match:class = ^(org.cachyos.cachyos-pi)$
+ match:title = ^(CachyOS Package Installer)$
+ match:initial_class = ^(org.cachyos.cachyos-pi)$
+ match:initial_title = ^(CachyOS Package Installer)$
+ float = on
+ center = on
+ size = (monitor_w*0.6) (monitor_h*0.6)
+}
+
+# Named rule for CachyOS Hello
+windowrule {
+ name = CachyOS Hello
+ match:class = ^(CachyOSHello)$
+ match:title = ^(CachyOS Hello)$
+ match:initial_class = ^(CachyOSHello)$
+ match:initial_title = ^(CachyOS Hello)$
+ 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