aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrockar <martinnguzman.mg@gmail.com>2025-11-22 23:52:27 -0300
committerbrockar <martinnguzman.mg@gmail.com>2025-11-22 23:52:27 -0300
commit417100294214b14ee640d7b9240cc2f01dc18d11 (patch)
tree60ea1686543d106bc5e16375d2bd64496ca9b036
parentb62a0b24ebf49b6d9ff103073eb6054ca1b25e56 (diff)
New windowrules
-rw-r--r--config/hypr/UserConfigs/WindowRules-v3.conf717
-rw-r--r--config/hypr/configs/WindowRules-config-v3.conf752
2 files changed, 307 insertions, 1162 deletions
diff --git a/config/hypr/UserConfigs/WindowRules-v3.conf b/config/hypr/UserConfigs/WindowRules-v3.conf
index ea15fe87..d5b7d351 100644
--- a/config/hypr/UserConfigs/WindowRules-v3.conf
+++ b/config/hypr/UserConfigs/WindowRules-v3.conf
@@ -3,587 +3,214 @@
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# NOTES: This is only for Hyprland > 0.52.1
-
# note: This should NOT be implemented on Debian and Ubuntu
+# windowrule - tags - add apps under appropriate tag to use the same settings
+# browser tags
+windowrule = match:class ^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr|[Ff]irefox-bin)$, tag +browser
+windowrule = match:class ^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$, tag +browser
+windowrule = match:class ^(chrome-.+-Default)$ # Chrome PWAs, 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 ^([Tt]horium-browser|[Cc]achy-browser)$, tag +browser
+windowrule = match:class ^(zen-alpha|zen)$, tag +browser
-# --- Converted to v3 Window rules ---
-#
-
-windowrule {
- name = windowrule-1
- match:class = ^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr|[Ff]irefox-bin)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-2
- match:class = ^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-3
- match:class = ^(chrome-.+-Default)$ # Chrome PWAs
- tag = +browser
-}
-
-windowrule {
- name = windowrule-4
- match:class = ^([Cc]hromium)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-5
- match:class = ^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable))$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-6
- match:class = ^(Brave-browser(-beta|-dev|-unstable)?)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-7
- match:class = ^([Tt]horium-browser|[Cc]achy-browser)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-8
- match:class = ^(zen-alpha|zen)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-9
- match:class = ^(swaync-control-center|swaync-notification-window|swaync-client|class)$
- tag = +notif
-}
-
-windowrule {
- name = windowrule-10
- match:title = ^(KooL Quick Cheat Sheet)$
- tag = +KooL_Cheat
-}
-
-windowrule {
- name = windowrule-11
- match:title = ^(KooL Hyprland Settings)$
- tag = +KooL_Settings
-}
-
-windowrule {
- name = windowrule-12
- match:class = ^(nwg-displays|nwg-look)$
- tag = +KooL-Settings
-}
-
-windowrule {
- name = windowrule-13
- match:class = ^(Alacritty|kitty|kitty-dropterm)$
- tag = +terminal
-}
-
-windowrule {
- name = windowrule-14
- match:class = ^([Tt]hunderbird|org.gnome.Evolution)$
- tag = +email
-}
-
-windowrule {
- name = windowrule-15
- match:class = ^(eu.betterbird.Betterbird)$
- tag = +email
-}
-
-windowrule {
- name = windowrule-16
- match:class = ^(codium|codium-url-handler|VSCodium)$
- tag = +projects
-}
-
-windowrule {
- name = windowrule-17
- match:class = ^(VSCode|code-url-handler)$
- tag = +projects
-}
-
-windowrule {
- name = windowrule-18
- match:class = ^(jetbrains-.+)$ # JetBrains IDEs
- tag = +projects
-}
-
-windowrule {
- name = windowrule-19
- match:class = ^(com.obsproject.Studio)$
- tag = +screenshare
-}
-
-windowrule {
- name = windowrule-20
- match:class = ^([Dd]iscord|[Ww]ebCord|[Vv]esktop)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-21
- match:class = ^([Ff]erdium)$
- tag = +im
- center = on
- float = on
- size = (monitor_w*0.6) (monitor_h*0.7)
-}
-
-windowrule {
- name = windowrule-22
- match:class = ^([Ww]hatsapp-for-linux)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-23
- match:class = ^(ZapZap|com.rtosta.zapzap)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-24
- match:class = ^(org.telegram.desktop|io.github.tdesktop_x64.TDesktop)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-25
- match:class = ^(teams-for-linux)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-26
- match:class = ^(im.riot.Riot|Element)$ # Element Matrix client
- tag = +im
-}
-
-windowrule {
- name = windowrule-27
- match:class = ^(gamescope)$
- tag = +games
-}
-
-windowrule {
- name = windowrule-28
- match:class = ^(steam_app_\d+)$
- tag = +games
-}
-
-windowrule {
- name = windowrule-29
- match:class = ^([Ss]team)$
- tag = +gamestore
-}
-
-windowrule {
- name = windowrule-30
- match:title = ^([Ll]utris)$
- tag = +gamestore
-}
-
-windowrule {
- name = windowrule-31
- match:class = ^(com.heroicgameslauncher.hgl)$
- tag = +gamestore
-}
-
-windowrule {
- name = windowrule-32
- match:class = ^([Tt]hunar|org.gnome.Nautilus|[Pp]cmanfm-qt)$
- tag = +file-manager
-}
-
-windowrule {
- name = windowrule-33
- match:class = ^(app.drey.Warp)$
- tag = +file-manager
-}
-
-windowrule {
- name = windowrule-34
- match:class = ^([Ww]aytrogen)$
- tag = +wallpaper
-}
-
-windowrule {
- name = windowrule-35
- match:class = ^([Aa]udacious)$
- tag = +multimedia
-}
-
-windowrule {
- name = windowrule-36
- match:class = ^([Mm]pv|vlc)$
- tag = +multimedia_video
-}
-
-windowrule {
- name = windowrule-37
- match:title = ^(ROG Control)$
- tag = +settings
- center = on
-}
-
-windowrule {
- name = windowrule-38
- match:class = ^(wihotspot(-gui)?)$ # wifi hotspot
- tag = +settings
-}
-
-windowrule {
- name = windowrule-39
- match:class = ^([Bb]aobab|org.gnome.[Bb]aobab)$ # Disk usage analyzer
- tag = +settings
-}
-
-windowrule {
- name = windowrule-40
- match:class = ^(gnome-disks|wihotspot(-gui)?)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-41
- match:title = (Kvantum Manager)
- tag = +settings
-}
-
-windowrule {
- name = windowrule-42
- match:class = ^(file-roller|org.gnome.FileRoller)$ # archive manager
- tag = +settings
-}
-
-windowrule {
- name = windowrule-43
- match:class = ^(nm-applet|nm-connection-editor|blueman-manager)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-44
- match:class = ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$
- tag = +settings
- center = on
-}
-
-windowrule {
- name = windowrule-45
- match:class = ^(qt5ct|qt6ct|[Yy]ad)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-46
- match:class = (xdg-desktop-portal-gtk)
- tag = +settings
-}
-
-windowrule {
- name = windowrule-47
- match:class = ^(org.kde.polkit-kde-authentication-agent-1)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-48
- match:class = ^([Rr]ofi)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-49
- match:class = ^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ # system monitor
- tag = +viewer
-}
-
-windowrule {
- name = windowrule-50
- match:class = ^(evince)$ # document viewer
- tag = +viewer
-}
-
-windowrule {
- name = windowrule-51
- match:class = ^(eog|org.gnome.Loupe)$ # image viewer
- tag = +viewer
-}
-
-windowrule {
- name = windowrule-52
- match:tag = multimedia_video*
- no_blur = on
- opacity = 1.0
-}
-
-windowrule {
- name = windowrule-53
- match:tag = KooL_Cheat*
- center = on
- float = on
- size = (monitor_w*0.65) (monitor_h*0.9)
-}
-
-windowrule {
- name = windowrule-54
- match:class = ([Tt]hunar)
- match:title = negative:(.*[Tt]hunar.*)
- center = on
- float = on
-}
+windowrule = match:class ^(swaync-control-center|swaync-notification-window|swaync-client|class)$, tag +notif
-windowrule {
- name = windowrule-55
- match:tag = KooL-Settings*
- center = on
- float = on
-}
+# KooL settings tag
+windowrule = match:title ^(KooL Quick Cheat Sheet)$, tag +KooL_Cheat
+windowrule = match:title ^(KooL Hyprland Settings)$, tag +KooL_Settings
+windowrule = match:class ^(nwg-displays|nwg-look)$, tag +KooL-Settings
-windowrule {
- name = windowrule-56
- match:title = ^(Keybindings)$
- center = on
-}
+windowrule = match:class ^(Alacritty|kitty|kitty-dropterm)$, tag +terminal
-windowrule {
- name = windowrule-57
- match:class = ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$
- center = on
- size = (monitor_w*0.6) (monitor_h*0.7)
-}
+windowrule = match:class ^([Tt]hunderbird|org.gnome.Evolution)$, tag +email
+windowrule = match:class ^(eu.betterbird.Betterbird)$, tag +email
-windowrule {
- name = windowrule-58
- match:title = ^(Picture-in-Picture)$
- move = 72% 7%
- float = on
- opacity = 0.95 0.75
- pin = on
- keep_aspect_ratio = on
-}
+windowrule = match:class ^(codium|codium-url-handler|VSCodium)$, tag +projects
+windowrule = match:class ^(VSCode|code-url-handler)$, tag +projects
+windowrule = match:class ^(jetbrains-.+)$ # JetBrains IDEs, tag +projects
-windowrule {
- name = windowrule-59
- match:fullscreen = 1
- idle_inhibit = fullscreen
-}
+windowrule = match:class ^(com.obsproject.Studio)$, tag +screenshare
-windowrule {
- name = windowrule-60
- match:tag = wallpaper*
- float = on
- opacity = 0.9 0.7
- size = (monitor_w*0.7) (monitor_h*0.7)
-}
+windowrule = match:class ^([Dd]iscord|[Ww]ebCord|[Vv]esktop)$, tag +im
+windowrule = match:class ^([Ff]erdium)$, tag +im
+windowrule = match:class ^([Ww]hatsapp-for-linux)$, tag +im
+windowrule = match:class ^(ZapZap|com.rtosta.zapzap)$, tag +im
+windowrule = match:class ^(org.telegram.desktop|io.github.tdesktop_x64.TDesktop)$, tag +im
+windowrule = match:class ^(teams-for-linux)$, tag +im
+windowrule = match:class ^(im.riot.Riot|Element)$ # Element Matrix client, tag +im
-windowrule {
- name = windowrule-61
- match:tag = settings*
- float = on
- opacity = 0.8 0.7
- size = (monitor_w*0.7) (monitor_h*0.7)
-}
+windowrule = match:class ^(gamescope)$, tag +games
+windowrule = match:class ^(steam_app_\d+)$, tag +games
-windowrule {
- name = windowrule-62
- match:tag = viewer*
- float = on
- opacity = 0.82 0.75
-}
+windowrule = match:class ^([Ss]team)$, tag +gamestore
+windowrule = match:title ^([Ll]utris)$, tag +gamestore
+windowrule = match:class ^(com.heroicgameslauncher.hgl)$, tag +gamestore
-windowrule {
- name = windowrule-63
- match:class = ([Zz]oom|onedriver|onedriver-launcher)$
- float = on
-}
+windowrule = match:class ^([Tt]hunar|org.gnome.Nautilus|[Pp]cmanfm-qt)$, tag +file-manager
+windowrule = match:class ^(app.drey.Warp)$, tag +file-manager
-windowrule {
- name = windowrule-64
- match:class = (org.gnome.Calculator)
- match:title = (Calculator)
- float = on
-}
+windowrule = match:class ^([Ww]aytrogen)$, tag +wallpaper
-windowrule {
- name = windowrule-65
- match:class = ^(mpv|com.github.rafostar.Clapper)$
- float = on
-}
+windowrule = match:class ^([Aa]udacious)$, tag +multimedia
-windowrule {
- name = windowrule-66
- match:class = ^([Qq]alculate-gtk)$
- float = on
-}
+windowrule = match:class ^([Mm]pv|vlc)$, tag +multimedia_video
-windowrule {
- name = windowrule-67
- match:title = ^(Authentication Required)$
- float = on
- center = on
-}
+windowrule = match:title ^(ROG Control)$, tag +settings
+windowrule = match:class ^(wihotspot(-gui)?)$ # wifi hotspot, tag +settings
+windowrule = match:class ^([Bb]aobab|org.gnome.[Bb]aobab)$ # Disk usage analyzer, tag +settings
+windowrule = match:class ^(gnome-disks|wihotspot(-gui)?)$, tag +settings
+windowrule = match:title (Kvantum Manager), tag +settings
+windowrule = match:class ^(file-roller|org.gnome.FileRoller)$ # archive manager, tag +settings
+windowrule = match:class ^(nm-applet|nm-connection-editor|blueman-manager)$, tag +settings
+windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, tag +settings
+windowrule = match:class ^(qt5ct|qt6ct|[Yy]ad)$, tag +settings
+windowrule = match:class (xdg-desktop-portal-gtk), tag +settings
+windowrule = match:class ^(org.kde.polkit-kde-authentication-agent-1)$, tag +settings
+windowrule = match:class ^([Rr]ofi)$, tag +settings
-windowrule {
- name = windowrule-68
- match:class = (codium|codium-url-handler|VSCodium)
- match:title = negative:(.*codium.*|.*VSCodium.*)
- float = on
-}
+windowrule = match:class ^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ # system monitor, tag +viewer
+windowrule = match:class ^(evince)$ # document viewer, tag +viewer
+windowrule = match:class ^(eog|org.gnome.Loupe)$ # image viewer, tag +viewer
-windowrule {
- name = windowrule-69
- match:class = ^(com.heroicgameslauncher.hgl)$
- match:title = negative:(Heroic Games Launcher)
- float = on
-}
+windowrule = match:tag multimedia_video*, noblur
+windowrule = match:tag multimedia_video*, opacity 1.0
-windowrule {
- name = windowrule-70
- match:class = ^([Ss]team)$
- match:title = negative:^([Ss]team)$
- float = on
-}
+# POSITION
+# windowrule = center,floating:1 # warning, it cause even the menu to float and center.
+windowrule = match:tag KooL_Cheat*, center
+windowrule = match:class ([Tt]hunar) title negative:(.*[Tt]hunar.*), center
+windowrule = match:title ^(ROG Control)$, center
+windowrule = match:tag KooL-Settings*, center
+windowrule = match:title ^(Keybindings)$, center
+windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, center
+windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, center
+windowrule = match:class ^([Ff]erdium)$, center
+windowrule = match:title ^(Picture-in-Picture)$, move 72% 7%
+#windowrule = move 72% 7%,title:^(Firefox)$
-windowrule {
- name = windowrule-71
- match:title = ^(Add Folder to Workspace)$
- float = on
- size = (monitor_w*0.7) (monitor_h*0.6)
- center = on
-}
+# windowrule to avoid idle for fullscreen apps
+#windowrule = idleinhibit fullscreen, class:^(*)$
+#windowrule = idleinhibit fullscreen, title:^(*)$
+windowrule = match:fullscreen 1, idleinhibit fullscreen
-windowrule {
- name = windowrule-72
- match:title = ^(Save As)$
- float = on
- size = (monitor_w*0.7) (monitor_h*0.6)
- center = on
-}
+# windowrule move to workspace
+#windowrule = workspace 1, tag:email*
+#windowrule = workspace 2, tag:browser*
+#windowrule = workspace 3, class:^([Tt]hunar)$
+#windowrule = workspace 3, tag:projects*
+#windowrule = workspace 5, tag:gamestore*
+#windowrule = workspace 7, tag:im*
+#windowrule = workspace 8, tag:games*
-windowrule {
- name = windowrule-73
- match:initial_title = (Open Files)
- float = on
- size = (monitor_w*0.7) (monitor_h*0.6)
-}
+# windowrule move to workspace (silent)
+#windowrule = workspace 4 silent, tag:screenshare*
+#windowrule = workspace 6 silent, class:^(virt-manager)$
+#windowrule = workspace 6 silent, class:^(.virt-manager-wrapped)$
+#windowrule = workspace 9 silent, tag:multimedia*
-windowrule {
- name = windowrule-74
- match:title = ^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background
- float = on
- center = on
- size = (monitor_w*0.16) (monitor_h*0.12)
-}
+# FLOAT
+windowrule = match:tag KooL_Cheat*, float
+windowrule = match:tag wallpaper*, float
+windowrule = match:tag settings*, float
+windowrule = match:tag viewer*, float
+windowrule = match:tag KooL-Settings*, float
+windowrule = match:class ([Zz]oom|onedriver|onedriver-launcher)$, float
+windowrule = match:class (org.gnome.Calculator) title (Calculator), float
+windowrule = match:class ^(mpv|com.github.rafostar.Clapper)$, float
+windowrule = match:class ^([Qq]alculate-gtk)$, float
+#windowrule = float, class:^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$
+windowrule = match:class ^([Ff]erdium)$, float
+windowrule = match:title ^(Picture-in-Picture)$, float
+#windowrule = float, title:^(Firefox)$
-windowrule {
- name = windowrule-75
- match:tag = browser*
- opacity = 0.99 0.8
-}
+# windowrule - ######### float popups and dialogue #######
+windowrule = match:title ^(Authentication Required)$, float
+windowrule = match:title ^(Authentication Required)$, center
+windowrule = match:class (codium|codium-url-handler|VSCodium) title negative:(.*codium.*|.*VSCodium.*), float
+windowrule = match:class ^(com.heroicgameslauncher.hgl)$ title negative:(Heroic Games Launcher), float
+windowrule = match:class ^([Ss]team)$ title negative:^([Ss]team)$, float
+windowrule = match:class ([Tt]hunar) title negative:(.*[Tt]hunar.*), float
-windowrule {
- name = windowrule-76
- match:tag = projects*
- opacity = 0.9 0.8
-}
+windowrule = match:title ^(Add Folder to Workspace)$, float
+windowrule = match:title ^(Add Folder to Workspace)$, size 70% 60%
+windowrule = match:title ^(Add Folder to Workspace)$, center
-windowrule {
- name = windowrule-77
- match:tag = im*
- opacity = 0.94 0.86
-}
+windowrule = match:title ^(Save As)$, float
+windowrule = match:title ^(Save As)$, size 70% 60%
+windowrule = match:title ^(Save As)$, center
-windowrule {
- name = windowrule-78
- match:tag = multimedia*
- opacity = 0.94 0.86
-}
+windowrule = match:initialTitle (Open Files), float
+windowrule = match:initialTitle (Open Files), size 70% 60%
-windowrule {
- name = windowrule-79
- match:tag = file-manager*
- opacity = 0.9 0.8
-}
+windowrule = match:title ^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background, float
+windowrule = match:title ^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background, center
+windowrule = match:title ^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background, size 16% 12%
+# END of float popups and dialogue #######
-windowrule {
- name = windowrule-80
- match:tag = terminal*
- opacity = 0.9 0.7
-}
+# OPACITY
+windowrule = match:tag browser*, opacity 0.99 0.8
+windowrule = match:tag projects*, opacity 0.9 0.8
+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)$ # gnome-keyring gui, opacity 0.9 0.8
+windowrule = match:title ^(Picture-in-Picture)$, opacity 0.95 0.75
+windowrule = match:class ^(code)$, opacity 0.9
-windowrule {
- name = windowrule-81
- match:class = ^(gedit|org.gnome.TextEditor|mousepad)$
- opacity = 0.8 0.7
-}
+# SIZE
+windowrule = match:tag KooL_Cheat*, size 65% 90%
+windowrule = match:tag wallpaper*, size 70% 70%
+windowrule = match:tag settings*, size 70% 70%
+windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, size 60% 70%
+windowrule = match:class ^([Ff]erdium)$, size 60% 70%
-windowrule {
- name = windowrule-82
- match:class = ^(deluge)$
- opacity = 0.9 0.8
-}
+#windowrule = size 25% 25%, title:^(Picture-in-Picture)$
+#windowrule = size 25% 25%, title:^(Firefox)$
-windowrule {
- name = windowrule-83
- match:class = ^(seahorse)$ # gnome-keyring gui
- opacity = 0.9 0.8
-}
+# PINNING
+windowrule = match:title ^(Picture-in-Picture)$, pin
+#windowrule = pin,title:^(Firefox)$
-windowrule {
- name = windowrule-84
- match:class = ^(code)$
- opacity = 0.8
-}
+# windowrule - extras
+windowrule = match:title ^(Picture-in-Picture)$, keepaspectratio
-windowrule {
- name = windowrule-85
- match:tag = games*
- no_blur = on
- fullscreen = on
-}
+# BLUR & FULLSCREEN
+windowrule = match:tag games*, noblur
+windowrule = match:tag games*, fullscreen
-windowrule {
- name = windowrule-86
- match:class = ^(jetbrains-*)
- no_initial_focus = on
-}
+#This not gonna take the focus to the window that appears when hovering over some of the parts of the IntelliJ Products
+windowrule = match:class ^(jetbrains-*), noinitialfocus
+windowrule = match:title ^(wind.*)$, noinitialfocus
-windowrule {
- name = windowrule-87
- match:title = ^(wind.*)$
- no_initial_focus = on
-}
+#This will gonna make the VS Code bluer like other apps
+windowrule = match:class ^(code)$, opacity 0.8
-# --- Auto-generated layer rules ---
-layerrule {
- name = layerrule-1
- blur = on
- ignore_alpha = 0
- match:namespace = rofi
-}
+#windowrule = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1
+#windowrule = bordercolor rgb(282737) rgb(1E1D2D), floating:1
+#windowrule = opacity 0.8 0.8, pinned:1
-layerrule {
- name = layerrule-2
- blur = on
- ignore_alpha = 0
- match:namespace = notifications
-}
+# LAYER RULES
+layerrule = blur, rofi
+layerrule = ignorezero, rofi
+layerrule = blur, notifications
+layerrule = ignorezero, notifications
+layerrule = blur, quickshell:overview
+layerrule = ignorezero, quickshell:overview
+layerrule = ignorealpha 0.5, quickshell:overview
-layerrule {
- name = layerrule-3
- blur = on
- ignore_alpha = 0.5
- match:namespace = quickshell:overview
-}
+#layerrule = ignorealpha 0.5, tag:notif*
+#layerrule = ignorezero, class:^([Rr]ofi)$
+#layerrule = blur, class:^([Rr]ofi)$
+#layerrule = unset,class:^([Rr]ofi)$
+#layerrule = ignorezero, <rofi>
+#layerrule = ignorezero, overview
+#layerrule = blur, overview
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf
index b54c6a85..fa62b316 100644
--- a/config/hypr/configs/WindowRules-config-v3.conf
+++ b/config/hypr/configs/WindowRules-config-v3.conf
@@ -1,53 +1,96 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
-# Vendor defaults for window rules and layerrules
+# For window rules and layerrules
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
-# NOTES: This is only for Hyprland > 0.48
-
-# note for ja: This should NOT be implemented on Debian and Ubuntu
+# NOTES: This is only for Hyprland > 0.52.1
+# note: This should NOT be implemented on Debian and Ubuntu
+# Vendor defaults for window rules and layerrules
# windowrule - tags - add apps under appropriate tag to use the same settings
-# browser tags
-
-# notif tags
+windowrule = match:class ^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr|[Ff]irefox-bin)$, tag +browser
+windowrule = match:class ^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$, tag +browser
+windowrule = match:class ^(chrome-.+-Default)$ # Chrome PWAs, 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 ^([Tt]horium-browser|[Cc]achy-browser)$, tag +browser
+windowrule = match:class ^(zen-alpha|zen)$, tag +browser
-# KooL settings tag
+windowrule = match:class ^(swaync-control-center|swaync-notification-window|swaync-client|class)$, tag +notif
-# terminal tags
+windowrule = match:title ^(KooL Quick Cheat Sheet)$, tag +KooL_Cheat
+windowrule = match:title ^(KooL Hyprland Settings)$, tag +KooL_Settings
+windowrule = match:class ^(nwg-displays|nwg-look)$, tag +KooL-Settings
-# email tags
+windowrule = match:class ^(Alacritty|kitty|kitty-dropterm)$, tag +terminal
-# project tags
+windowrule = match:class ^([Tt]hunderbird|org.gnome.Evolution)$, tag +email
+windowrule = match:class ^(eu.betterbird.Betterbird)$, tag +email
-# screenshare tags
+windowrule = match:class ^(codium|codium-url-handler|VSCodium)$, tag +projects
+windowrule = match:class ^(VSCode|code-url-handler)$, tag +projects
+windowrule = match:class ^(jetbrains-.+)$ # JetBrains IDEs, tag +projects
-# IM tags
+windowrule = match:class ^(com.obsproject.Studio)$, tag +screenshare
-# game tags
+windowrule = match:class ^([Dd]iscord|[Ww]ebCord|[Vv]esktop)$, tag +im
+windowrule = match:class ^([Ff]erdium)$, tag +im
+windowrule = match:class ^([Ww]hatsapp-for-linux)$, tag +im
+windowrule = match:class ^(ZapZap|com.rtosta.zapzap)$, tag +im
+windowrule = match:class ^(org.telegram.desktop|io.github.tdesktop_x64.TDesktop)$, tag +im
+windowrule = match:class ^(teams-for-linux)$, tag +im
+windowrule = match:class ^(im.riot.Riot|Element)$ # Element Matrix client, tag +im
-# gamestore tags
+windowrule = match:class ^(gamescope)$, tag +games
+windowrule = match:class ^(steam_app_\d+)$, tag +games
-# file-manager tags
+windowrule = match:class ^([Ss]team)$, tag +gamestore
+windowrule = match:title ^([Ll]utris)$, tag +gamestore
+windowrule = match:class ^(com.heroicgameslauncher.hgl)$, tag +gamestore
-# wallpaper tags
+windowrule = match:class ^([Tt]hunar|org.gnome.Nautilus|[Pp]cmanfm-qt)$, tag +file-manager
+windowrule = match:class ^(app.drey.Warp)$, tag +file-manager
-# multimedia tags
+windowrule = match:class ^([Ww]aytrogen)$, tag +wallpaper
+windowrule = match:class ^([Aa]udacious)$, tag +multimedia
+windowrule = match:class ^([Mm]pv|vlc)$, tag +multimedia_video
-# multimedia-video tags
+windowrule = match:title ^(ROG Control)$, tag +settings
+windowrule = match:class ^(wihotspot(-gui)?)$ # wifi hotspot, tag +settings
+windowrule = match:class ^([Bb]aobab|org.gnome.[Bb]aobab)$ # Disk usage analyzer, tag +settings
+windowrule = match:class ^(gnome-disks|wihotspot(-gui)?)$, tag +settings
+windowrule = match:title (Kvantum Manager), tag +settings
+windowrule = match:class ^(file-roller|org.gnome.FileRoller)$ # archive manager, tag +settings
+windowrule = match:class ^(nm-applet|nm-connection-editor|blueman-manager)$, tag +settings
+windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, tag +settings
+windowrule = match:class ^(qt5ct|qt6ct|[Yy]ad)$, tag +settings
+windowrule = match:class (xdg-desktop-portal-gtk), tag +settings
+windowrule = match:class ^(org.kde.polkit-kde-authentication-agent-1)$, tag +settings
+windowrule = match:class ^([Rr]ofi)$, tag +settings
-# settings tags
+windowrule = match:class ^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ # system monitor, tag +viewer
+windowrule = match:class ^(evince)$ # document viewer, tag +viewer
+windowrule = match:class ^(eog|org.gnome.Loupe)$ # image viewer, tag +viewer
-# viewer tags
+windowrule = match:tag multimedia_video*, noblur
+windowrule = match:tag multimedia_video*, opacity 1.0
-# Some special override rules
-
# POSITION
-# windowrule = center,floating:1 # warning, it cause even the menu to float and center.
-#windowrule = move 72% 7%,title:^(Firefox)$
+windowrule = match:tag KooL_Cheat*, center
+windowrule = match:class ([Tt]hunar) title negative:(.*[Tt]hunar.*), center
+windowrule = match:title ^(ROG Control)$, center
+windowrule = match:tag KooL-Settings*, center
+windowrule = match:title ^(Keybindings)$, center
+windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, center
+windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, center
+windowrule = match:class ^([Ff]erdium)$, center
+windowrule = match:title ^(Picture-in-Picture)$, move 72% 7%
+#windowrule = move 72% 7%,title:^(Firefox)$
# windowrule to avoid idle for fullscreen apps
#windowrule = idleinhibit fullscreen, class:^(*)$
#windowrule = idleinhibit fullscreen, title:^(*)$
+windowrule = match:fullscreen 1, idleinhibit fullscreen
# windowrule move to workspace
#windowrule = workspace 1, tag:email*
@@ -63,628 +106,103 @@
#windowrule = workspace 6 silent, class:^(virt-manager)$
#windowrule = workspace 6 silent, class:^(.virt-manager-wrapped)$
#windowrule = workspace 9 silent, tag:multimedia*
-#
+
# FLOAT
+windowrule = match:tag KooL_Cheat*, float
+windowrule = match:tag wallpaper*, float
+windowrule = match:tag settings*, float
+windowrule = match:tag viewer*, float
+windowrule = match:tag KooL-Settings*, float
+windowrule = match:class ([Zz]oom|onedriver|onedriver-launcher)$, float
+windowrule = match:class (org.gnome.Calculator) title (Calculator), float
+windowrule = match:class ^(mpv|com.github.rafostar.Clapper)$, float
+windowrule = match:class ^([Qq]alculate-gtk)$, float
#windowrule = float, class:^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$
+windowrule = match:class ^([Ff]erdium)$, float
+windowrule = match:title ^(Picture-in-Picture)$, float
#windowrule = float, title:^(Firefox)$
# windowrule - ######### float popups and dialogue #######
-
-
-
-
+windowrule = match:title ^(Authentication Required)$, float
+windowrule = match:title ^(Authentication Required)$, center
+windowrule = match:class (codium|codium-url-handler|VSCodium) title negative:(.*codium.*|.*VSCodium.*), float
+windowrule = match:class ^(com.heroicgameslauncher.hgl)$ title negative:(Heroic Games Launcher), float
+windowrule = match:class ^([Ss]team)$ title negative:^([Ss]team)$, float
+windowrule = match:class ([Tt]hunar) title negative:(.*[Tt]hunar.*), float
+windowrule = match:title ^(Add Folder to Workspace)$, float
+windowrule = match:title ^(Add Folder to Workspace)$, size 70% 60%
+windowrule = match:title ^(Add Folder to Workspace)$, center
+windowrule = match:title ^(Save As)$, float
+windowrule = match:title ^(Save As)$, size 70% 60%
+windowrule = match:title ^(Save As)$, center
+windowrule = match:initialTitle (Open Files), float
+windowrule = match:initialTitle (Open Files), size 70% 60%
+windowrule = match:title ^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background, float
+windowrule = match:title ^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background, center
+windowrule = match:title ^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background, size 16% 12%
# END of float popups and dialogue #######
# OPACITY
+windowrule = match:tag browser*, opacity 0.99 0.8
+windowrule = match:tag projects*, opacity 0.9 0.8
+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)$ # gnome-keyring gui, opacity 0.9 0.8
+windowrule = match:title ^(Picture-in-Picture)$, opacity 0.95 0.75
+windowrule = match:class ^(code)$, opacity 0.9
# SIZE
+windowrule = match:tag KooL_Cheat*, size 65% 90%
+windowrule = match:tag wallpaper*, size 70% 70%
+windowrule = match:tag settings*, size 70% 70%
+windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, size 60% 70%
+windowrule = match:class ^([Ff]erdium)$, size 60% 70%
-#windowrule = size 25% 25%, title:^(Picture-in-Picture)$
-#windowrule = size 25% 25%, title:^(Firefox)$
+#windowrule = size 25% 25%, title:^(Picture-in-Picture)$
+#windowrule = size 25% 25%, title:^(Firefox)$
# PINNING
-#windowrule = pin,title:^(Firefox)$
+windowrule = match:title ^(Picture-in-Picture)$, pin
+#windowrule = pin,title:^(Firefox)$
# windowrule - extras
+windowrule = match:title ^(Picture-in-Picture)$, keepaspectratio
# BLUR & FULLSCREEN
+windowrule = match:tag games*, noblur
+windowrule = match:tag games*, fullscreen
+#This not gonna take the focus to the window that appears when hovering over some of the parts of the IntelliJ Products
+windowrule = match:class ^(jetbrains-*), noinitialfocus
+windowrule = match:title ^(wind.*)$, noinitialfocus
-#This not gonna take the focus to the window that appears when hovering over some of the parts of the IntelliJ Products
-
-#This will gonna make the VS Code bluer like other apps
+#This will gonna make the VS Code bluer like other apps
+windowrule = match:class ^(code)$, opacity 0.8
#windowrule = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1
#windowrule = bordercolor rgb(282737) rgb(1E1D2D), floating:1
#windowrule = opacity 0.8 0.8, pinned:1
# LAYER RULES
+layerrule = blur, rofi
+layerrule = ignorezero, rofi
+layerrule = blur, notifications
+layerrule = ignorezero, notifications
+layerrule = blur, quickshell:overview
+layerrule = ignorezero, quickshell:overview
+layerrule = ignorealpha 0.5, quickshell:overview
#layerrule = ignorealpha 0.5, tag:notif*
-
#layerrule = ignorezero, class:^([Rr]ofi)$
#layerrule = blur, class:^([Rr]ofi)$
#layerrule = unset,class:^([Rr]ofi)$
#layerrule = ignorezero, <rofi>
-
#layerrule = ignorezero, overview
#layerrule = blur, overview
-# --- Auto-generated window rules ---
-windowrule {
- name = windowrule-1
- match:class = ^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr|[Ff]irefox-bin)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-2
- match:class = ^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-3
- match:class = ^(chrome-.+-Default)$ # Chrome PWAs
- tag = +browser
-}
-
-windowrule {
- name = windowrule-4
- match:class = ^([Cc]hromium)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-5
- match:class = ^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable))$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-6
- match:class = ^(Brave-browser(-beta|-dev|-unstable)?)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-7
- match:class = ^([Tt]horium-browser|[Cc]achy-browser)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-8
- match:class = ^(zen-alpha|zen)$
- tag = +browser
-}
-
-windowrule {
- name = windowrule-9
- match:class = ^(swaync-control-center|swaync-notification-window|swaync-client|class)$
- tag = +notif
-}
-
-windowrule {
- name = windowrule-10
- match:title = ^(KooL Quick Cheat Sheet)$
- tag = +KooL_Cheat
-}
-
-windowrule {
- name = windowrule-11
- match:title = ^(KooL Hyprland Settings)$
- tag = +KooL_Settings
-}
-
-windowrule {
- name = windowrule-12
- match:class = ^(nwg-displays|nwg-look)$
- tag = +KooL-Settings
-}
-
-windowrule {
- name = windowrule-13
- match:class = ^(Alacritty|kitty|kitty-dropterm)$
- tag = +terminal
-}
-
-windowrule {
- name = windowrule-14
- match:class = ^([Tt]hunderbird|org.gnome.Evolution)$
- tag = +email
-}
-
-windowrule {
- name = windowrule-15
- match:class = ^(eu.betterbird.Betterbird)$
- tag = +email
-}
-
-windowrule {
- name = windowrule-16
- match:class = ^(codium|codium-url-handler|VSCodium)$
- tag = +projects
-}
-
-windowrule {
- name = windowrule-17
- match:class = ^(VSCode|code-url-handler)$
- tag = +projects
-}
-
-windowrule {
- name = windowrule-18
- match:class = ^(jetbrains-.+)$ # JetBrains IDEs
- tag = +projects
-}
-
-windowrule {
- name = windowrule-19
- match:class = ^(com.obsproject.Studio)$
- tag = +screenshare
-}
-
-windowrule {
- name = windowrule-20
- match:class = ^([Dd]iscord|[Ww]ebCord|[Vv]esktop)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-21
- match:class = ^([Ff]erdium)$
- center = on
- float = on
- size = 60% = 70%
- tag = +im
-}
-
-windowrule {
- name = windowrule-22
- match:class = ^([Ww]hatsapp-for-linux)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-23
- match:class = ^(ZapZap|com.rtosta.zapzap)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-24
- match:class = ^(org.telegram.desktop|io.github.tdesktop_x64.TDesktop)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-25
- match:class = ^(teams-for-linux)$
- tag = +im
-}
-
-windowrule {
- name = windowrule-26
- match:class = ^(im.riot.Riot|Element)$ # Element Matrix client
- tag = +im
-}
-
-windowrule {
- name = windowrule-27
- match:class = ^(gamescope)$
- tag = +games
-}
-
-windowrule {
- name = windowrule-28
- match:class = ^(steam_app_\d+)$
- tag = +games
-}
-
-windowrule {
- name = windowrule-29
- match:class = ^([Ss]team)$
- tag = +gamestore
-}
-
-windowrule {
- name = windowrule-30
- match:title = ^([Ll]utris)$
- tag = +gamestore
-}
-
-windowrule {
- name = windowrule-31
- match:class = ^(com.heroicgameslauncher.hgl)$
- tag = +gamestore
-}
-
-windowrule {
- name = windowrule-32
- match:class = ^([Tt]hunar|org.gnome.Nautilus|[Pp]cmanfm-qt)$
- tag = +file-manager
-}
-
-windowrule {
- name = windowrule-33
- match:class = ^(app.drey.Warp)$
- tag = +file-manager
-}
-
-windowrule {
- name = windowrule-34
- match:class = ^([Ww]aytrogen)$
- tag = +wallpaper
-}
-
-windowrule {
- name = windowrule-35
- match:class = ^([Aa]udacious)$
- tag = +multimedia
-}
-
-windowrule {
- name = windowrule-36
- match:class = ^([Mm]pv|vlc)$
- tag = +multimedia_video
-}
-
-windowrule {
- name = windowrule-37
- match:title = ^(ROG Control)$
- center = on
- tag = +settings
-}
-
-windowrule {
- name = windowrule-38
- match:class = ^(wihotspot(-gui)?)$ # wifi hotspot
- tag = +settings
-}
-
-windowrule {
- name = windowrule-39
- match:class = ^([Bb]aobab|org.gnome.[Bb]aobab)$ # Disk usage analyzer
- tag = +settings
-}
-
-windowrule {
- name = windowrule-40
- match:class = ^(gnome-disks|wihotspot(-gui)?)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-41
- match:title = (Kvantum Manager)
- tag = +settings
-}
-
-windowrule {
- name = windowrule-42
- match:class = ^(file-roller|org.gnome.FileRoller)$ # archive manager
- tag = +settings
-}
-
-windowrule {
- name = windowrule-43
- match:class = ^(nm-applet|nm-connection-editor|blueman-manager)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-44
- match:class = ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$
- center = on
- tag = +settings
-}
-
-windowrule {
- name = windowrule-45
- match:class = ^(qt5ct|qt6ct|[Yy]ad)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-46
- match:class = (xdg-desktop-portal-gtk)
- tag = +settings
-}
-
-windowrule {
- name = windowrule-47
- match:class = ^(org.kde.polkit-kde-authentication-agent-1)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-48
- match:class = ^([Rr]ofi)$
- tag = +settings
-}
-
-windowrule {
- name = windowrule-49
- match:class = ^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$ # system monitor
- tag = +viewer
-}
-
-windowrule {
- name = windowrule-50
- match:class = ^(evince)$ # document viewer
- tag = +viewer
-}
-
-windowrule {
- name = windowrule-51
- match:class = ^(eog|org.gnome.Loupe)$ # image viewer
- tag = +viewer
-}
-
-windowrule {
- name = windowrule-52
- match:tag = multimedia_video*
- no_blur = on
- opacity = 1.0
-}
-
-windowrule {
- name = windowrule-53
- match:tag = KooL_Cheat*
- center = on
- float = on
- size = 65% = 90%
-}
-
-windowrule {
- name = windowrule-54
- match:class = ([Tt]hunar)
- match:title = negative:(.*[Tt]hunar.*)
- center = on
- float = on
-}
-
-windowrule {
- name = windowrule-55
- match:tag = KooL-Settings*
- center = on
- float = on
-}
-
-windowrule {
- name = windowrule-56
- match:title = ^(Keybindings)$
- center = on
-}
-
-windowrule {
- name = windowrule-57
- match:class = ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$
- center = on
- size = 60% = 70%
-}
-
-windowrule {
- name = windowrule-58
- match:title = ^(Picture-in-Picture)$
- float = on
- move = 72% = 7%
- opacity = 0.95 = 0.75
- pin = 0
-}
-
-windowrule {
- name = windowrule-59
- match:fullscreen = 1
- idle_inhibit = fullscreen
-}
-
-windowrule {
- name = windowrule-60
- match:tag = wallpaper*
- float = on
- opacity = 0.9 = 0.7
- size = 70% = 70%
-}
-
-windowrule {
- name = windowrule-61
- match:tag = settings*
- float = on
- opacity = 0.8 = 0.7
- size = 70% = 70%
-}
-
-windowrule {
- name = windowrule-62
- match:tag = viewer*
- float = on
- opacity = 0.82 = 0.75
-}
-
-windowrule {
- name = windowrule-63
- match:class = ([Zz]oom|onedriver|onedriver-launcher)$
- float = on
-}
-
-windowrule {
- name = windowrule-64
- match:class = (org.gnome.Calculator)
- match:title = (Calculator)
- float = on
-}
-
-windowrule {
- name = windowrule-65
- match:class = ^(mpv|com.github.rafostar.Clapper)$
- float = on
-}
-
-windowrule {
- name = windowrule-66
- match:class = ^([Qq]alculate-gtk)$
- float = on
-}
-
-windowrule {
- name = windowrule-67
- match:title = ^(Authentication Required)$
- center = on
- float = on
-}
-
-windowrule {
- name = windowrule-68
- match:class = (codium|codium-url-handler|VSCodium)
- match:title = negative:(.*codium.*|.*VSCodium.*)
- float = on
-}
-
-windowrule {
- name = windowrule-69
- match:class = ^(com.heroicgameslauncher.hgl)$
- match:title = negative:(Heroic Games Launcher)
- float = on
-}
-
-windowrule {
- name = windowrule-70
- match:class = ^([Ss]team)$
- match:title = negative:^([Ss]team)$
- float = on
-}
-
-windowrule {
- name = windowrule-71
- match:title = ^(Add Folder to Workspace)$
- center = on
- float = on
- size = 70% = 60%
-}
-
-windowrule {
- name = windowrule-72
- match:title = ^(Save As)$
- center = on
- float = on
- size = 70% = 60%
-}
-
-windowrule {
- name = windowrule-73
- match:initial_title = (Open Files)
- float = on
- size = 70% = 60%
-}
-
-windowrule {
- name = windowrule-74
- match:title = ^(SDDM Background)$ #KooL's Dots YAD for setting SDDM background
- center = on
- float = on
- size = 16% = 12%
-}
-
-windowrule {
- name = windowrule-75
- match:tag = browser*
- opacity = 0.99 = 0.8
-}
-
-windowrule {
- name = windowrule-76
- match:tag = projects*
- opacity = 0.9 = 0.8
-}
-
-windowrule {
- name = windowrule-77
- match:tag = im*
- opacity = 0.94 = 0.86
-}
-
-windowrule {
- name = windowrule-78
- match:tag = multimedia*
- opacity = 0.94 = 0.86
-}
-
-windowrule {
- name = windowrule-79
- match:tag = file-manager*
- opacity = 0.9 = 0.8
-}
-
-windowrule {
- name = windowrule-80
- match:tag = terminal*
- opacity = 0.9 = 0.7
-}
-
-windowrule {
- name = windowrule-81
- match:class = ^(gedit|org.gnome.TextEditor|mousepad)$
- opacity = 0.8 = 0.7
-}
-
-windowrule {
- name = windowrule-82
- match:class = ^(deluge)$
- opacity = 0.9 = 0.8
-}
-
-windowrule {
- name = windowrule-83
- match:class = ^(seahorse)$ # gnome-keyring gui
- opacity = 0.9 = 0.8
-}
-
-windowrule {
- name = windowrule-84
- match:class = ^(code)$
- opacity = 0.8
- opacity = 0.9
-}
-
-windowrule {
- name = windowrule-85
- match:tag = games*
- fullscreen = 0
- no_blur = on
-}
-
-windowrule {
- name = windowrule-86
- match:class = ^(jetbrains-*)
- no_initial_focus = on
-}
-
-windowrule {
- name = windowrule-87
- match:title = ^(wind.*)$
- no_initial_focus = on
-}
-
-# --- Auto-generated layer rules ---
-layerrule {
- name = layerrule-1
- match:namespace = rofi
- blur = on
- ignore_alpha = 0
-}
-
-layerrule {
- name = layerrule-2
- match:namespace = notifications
- blur = on
- ignore_alpha = 0
-}
-
-layerrule {
- name = layerrule-3
- match:namespace = quickshell:overview
- blur = on
- ignore_alpha = 0
- ignore_alpha = 0.5
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage