aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-02-08 11:19:02 -0500
committerDon Williams <don.e.williams@gmail.com>2026-02-08 11:19:02 -0500
commita38fbfdb2aa0758f03f771279d7ed73e40d40c4c (patch)
tree83304951a33cf04659a313a29cff26ae980c31b1 /config
parent69bdc8ee9d080a5aa3ce7a677aaf71f42cfa93ac (diff)
Updated backup v3 rule file
Diffstat (limited to 'config')
-rw-r--r--config/hypr/configs/WindowRules-config-v3.conf117
1 files changed, 89 insertions, 28 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf
index f3a603c3..49f1f657 100644
--- a/config/hypr/configs/WindowRules-config-v3.conf
+++ b/config/hypr/configs/WindowRules-config-v3.conf
@@ -106,29 +106,19 @@ windowrule = match:class ^(evince)$, tag +viewer
windowrule = match:class ^(eog|org.gnome.Loupe)$, tag +viewer
# Some special override rules
-windowrule = match:tag multimedia_video, no_blur on
-windowrule = match:tag multimedia_video, opacity 1.0
windowrule = match:tag multimedia, no_blur on
windowrule = match:tag multimedia, opacity 1.0
# FLOAT
-windowrule = match:tag KooL_Cheat, float on
-windowrule = match:tag wallpaper, float on
-windowrule = match:tag settings, float on
-windowrule = match:tag viewer, float on
-windowrule = match:tag KooL-Settings, float on
windowrule = match:class ([Zz]oom|onedriver|onedriver-launcher), float on
-windowrule = match:class (org.gnome.Calculator|qalculate-gtk), float on
windowrule = match:class ^(mpv|com.github.rafostar.Clapper)$, float on
windowrule = match:class ^([Qq]alculate-gtk)$, float on
-windowrule = match:class ^([Ff]erdium)$, float on
# float popups and dialogue
windowrule = match:title ^(Authentication Required)$, float on, center on
windowrule = match:class (codium|codium-url-handler|VSCodium), match:title negative:(.*codium.*|.*VSCodium.*), float on
windowrule = match:class ^(com.heroicgameslauncher.hgl)$, match:title negative:(Heroic Games Launcher), float on
windowrule = match:class ^([Ss]team)$, match:title negative:^([Ss]team)$, float on
-windowrule = match:class ([Tt]hunar), match:title negative:(.*[Tt]hunar.*), float on
windowrule = match:title ^(Add Folder to Workspace)$, float on, size (monitor_w*0.7) (monitor_h*0.6), center on
windowrule = match:title ^(Save As)$, float on, size (monitor_w*0.7) (monitor_h*0.6), center on
windowrule = match:initial_title (Open Files), float on, size (monitor_w*0.7) (monitor_h*0.6)
@@ -137,25 +127,12 @@ windowrule = match:class ^(yad)$, float on, center on, size (monitor_w*0.2) (mon
windowrule = match:class ^(hyprland-donate-screen)$, float on, center on
# SIZE
-windowrule = match:tag KooL_Cheat, size (monitor_w*0.65) (monitor_h*0.9)
-windowrule = match:tag wallpaper, size (monitor_w*0.7) (monitor_h*0.7)
-windowrule = match:tag settings, size (monitor_w*0.7) (monitor_h*0.7)
-windowrule = match:class ^([Ff]erdium)$, size (monitor_w*0.6) (monitor_h*0.7)
-windowrule = match:class (org.gnome.Calculator|qalculate-gtk), center on, size (monitor_w*0.25) (monitor_h*0.3)
# POSITION
-windowrule = match:tag KooL_Cheat, center on
-windowrule = match:class ([Tt]hunar), match:title negative:(.*[Tt]hunar.*), center on
windowrule = match:title ^(ROG Control)$, center on
-windowrule = match:tag KooL-Settings, center on
windowrule = match:title ^(Keybindings)$, center on
windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, center on
windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, center on
-windowrule = match:class ^([Ff]erdium)$, center on
-windowrule = match:tag wallpaper, center on
-windowrule = match:tag settings, center on
-windowrule = match:tag viewer, center on
-windowrule = match:tag KooL-Settings, center on
windowrule = match:class ^(nm-connection-editor)$, center on
windowrule = match:class ^(nm-applet)$, match:title ^(Wi-Fi Network Authentication Required)$, center on
@@ -172,16 +149,11 @@ windowrule = match:tag im, opacity 0.94 0.86
windowrule = match:tag multimedia, opacity 0.94 0.86
windowrule = match:tag file-manager, opacity 0.9 0.8
windowrule = match:tag terminal, opacity 0.9 0.7
-windowrule = match:tag settings, opacity 0.8 0.7
-windowrule = match:tag viewer, opacity 0.82 0.75
-windowrule = match:tag wallpaper, opacity 0.9 0.7
windowrule = match:class ^(gedit|org.gnome.TextEditor|mousepad)$, opacity 0.8 0.7
windowrule = match:class ^(deluge)$, opacity 0.9 0.8
windowrule = match:class ^(seahorse)$, opacity 0.9 0.8
# BLUR & FULLSCREEN
-windowrule = match:tag games, no_blur on, fullscreen 0
-windowrule = match:tag games, fullscreen 0
# This not gonna take the focus to the window that appears
# when hovering over some of the parts of the IntelliJ Products
@@ -276,3 +248,92 @@ windowrule {
center = on
size = (monitor_w*0.6) (monitor_h*0.6)
}
+
+# Named rule for KooL Cheat (tag)
+windowrule {
+ name = KooL Cheat (tag)
+ match:tag = KooL_Cheat
+ float = on
+ center = on
+ size = (monitor_w*0.65) (monitor_h*0.9)
+}
+
+# Named rule for Wallpaper (tag)
+windowrule {
+ name = Wallpaper (tag)
+ match:tag = wallpaper
+ float = on
+ center = on
+ size = (monitor_w*0.7) (monitor_h*0.7)
+ opacity = 0.9 0.7
+}
+
+# Named rule for Settings (tag)
+windowrule {
+ name = Settings (tag)
+ match:tag = settings
+ float = on
+ center = on
+ size = (monitor_w*0.7) (monitor_h*0.7)
+ opacity = 0.8 0.7
+}
+
+# Named rule for Viewer (tag)
+windowrule {
+ name = Viewer (tag)
+ match:tag = viewer
+ float = on
+ center = on
+ opacity = 0.82 0.75
+}
+
+# Named rule for KooL Settings (tag)
+windowrule {
+ name = KooL Settings (tag)
+ match:tag = KooL-Settings
+ float = on
+ center = on
+}
+
+# Named rule for Multimedia Video (tag)
+windowrule {
+ name = Multimedia Video (tag)
+ match:tag = multimedia_video
+ no_blur = on
+ opacity = 1.0
+}
+
+# Named rule for Games (tag)
+windowrule {
+ name = Games (tag)
+ match:tag = games
+ no_blur = on
+ fullscreen = 0
+}
+
+# Named rule for Ferdium
+windowrule {
+ name = Ferdium
+ match:class = ^([Ff]erdium)$
+ float = on
+ center = on
+ size = (monitor_w*0.6) (monitor_h*0.7)
+}
+
+# Named rule for Calculators
+windowrule {
+ name = Calculators
+ match:class = (org.gnome.Calculator|qalculate-gtk)
+ float = on
+ center = on
+ size = (monitor_w*0.25) (monitor_h*0.3)
+}
+
+# Named rule for Thunar Dialogs
+windowrule {
+ name = Thunar Dialogs
+ match:class = ([Tt]hunar)
+ match:title = negative:(.*[Tt]hunar.*)
+ float = on
+ center = on
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage