Update smart gaps rules (again)

In line with latest example which was updated here, the current rules no longer work:
https://github.com/hyprwm/Hyprland/commit/dca75db127fedc58fc85ae0e6e47162e3d5d16f9
This commit is contained in:
Joel Murphy
2024-11-19 00:45:18 +00:00
committed by GitHub
parent 014b0920b5
commit 65dfaf3a78
+7 -4
View File
@@ -89,7 +89,10 @@ layerrule = ignorealpha 0.6, osk
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
# "Smart gaps" / "No gaps when only"
# (replaces dwindle config setting "no_gaps_when_only = 1")
# uncomment all three if you wish to use that.
# workspace = w[t1], gapsout:0, gapsin:0, border: 0, rounding:0
# workspace = w[tg1], gapsout:0, gapsin:0, border: 0, rounding:0
# workspace = f[1], gapsout:0, gapsin:0, border: 0, rounding:0
# uncomment all six of these if you wish to use that.
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
# windowrulev2 = rounding 0, floating:0, onworkspace:f[1]