diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2026-01-03 17:57:03 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2026-01-03 17:57:03 -0300 |
| commit | ed13a23db110ecea04e00cdfb985789461f7a9a1 (patch) | |
| tree | 477b2ffe066c26782969b2e4d01ba4171097267c | |
| parent | 4dbf3d82fd51fd96b86a19f9a9bcd0d7e02d569d (diff) | |
style(hypr): remove redundant blank lines in windowrules
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 14 | ||||
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 4 |
2 files changed, 3 insertions, 15 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index f2c96256..8f639c5d 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -2,11 +2,9 @@ # Vendor defaults for window rules and layerrules # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -# NOTES: This is only for Hyprland > 0.52.1 -# note for ja: This should NOT be implemented on Debian and Ubuntu - -# Some samples on hwo to start apps on specific workspaces +# NOTES: This is only for Hyprland > 0.53 +# Some samples on how to start apps on specific workspaces # windowrule move to workspace #windowrule = workspace 1, match:tag email* #windowrule = workspace 2, match:tag browser* @@ -22,8 +20,6 @@ #windowrule = workspace 6 silent, match:class ^(.virt-manager-wrapped)$ #windowrule = workspace 9 silent, match:tag multimedia* - - # 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 @@ -130,8 +126,6 @@ windowrule = idle_inhibit fullscreen, match:fullscreen 1 windowrule = idle_inhibit fullscreen, match:class ^(*)$ windowrule = idle_inhibit fullscreen, match:title ^(*)$ - - # FLOAT windowrule = match:tag KooL_Cheat, float on windowrule = match:tag wallpaper, float on @@ -151,13 +145,9 @@ windowrule = match:class (codium|codium-url-handler|VSCodium) match:title negati 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) - windowrule = match:title ^(SDDM Background)$, float on, center on, size (monitor_w*0.16) (monitor_h*0.12) # YAD dialog for wallpaper confirmation diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index d1fb9315..8a5f99c7 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -4,8 +4,6 @@ # NOTES: This is only for Hyprland > 0.48 -# note for ja: This should NOT be implemented on Debian and Ubuntu - # windowrule - tags - add apps under appropriate tag to use the same settings # browser tags windowrule = tag +browser, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr|[Ff]irefox-bin)$ @@ -228,4 +226,4 @@ layerrule = ignorealpha 0.5, quickshell:overview #layerrule = ignorezero, <rofi> #layerrule = ignorezero, overview -#layerrule = blur, overview
\ No newline at end of file +#layerrule = blur, overview |
