pinwheel: Fix hyprland "smart borders"

This commit is contained in:
Alexander Heldt
2026-01-09 16:15:57 +01:00
parent f4870970d5
commit 3839cee199

View File

@@ -55,10 +55,10 @@ in
workspace = w[tv1], gapsout:0, gapsin:0 workspace = w[tv1], gapsout:0, gapsin:0
workspace = f[1], gapsout:0, gapsin:0 workspace = f[1], gapsout:0, gapsin:0
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1] windowrule = border_size 0, match:float 0, match:workspace w[tv1]
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1] windowrule = rounding 0, match:float 0, match:workspace w[tv1]
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1] windowrule = border_size 0, match:float 0, match:workspace f[1]
windowrulev2 = rounding 0, floating:0, onworkspace:f[1] windowrule = rounding 0, match:float 0, match:workspace f[1]
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
''; '';