hyprland: Fix window rounding

This commit is contained in:
SebastianStork 2025-08-14 22:24:41 +02:00
parent 0fddacfc57
commit fd9005567f

View file

@ -68,7 +68,7 @@
# No border when only one window # No border when only one window
"w[1], bordersize:0" "w[1], bordersize:0"
# No gaps and no rounding on regular workspaces when only one window # No gaps and no rounding on regular workspaces when only one window
"w[1]s[false], gapsout:0, gapsin:0, rounding:0" "w[t1]s[false], gapsout:0, gapsin:0, rounding:0"
# Large gaps on special workspaces # Large gaps on special workspaces
"s[true], gapsout:30" "s[true], gapsout:30"