snap: fix border_overlap option for monitor snapping (#10987)

This commit is contained in:
Mike Will 2025-07-15 16:24:40 -04:00 committed by GitHub
parent e15014e031
commit 8453fbf4eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 233 additions and 25 deletions

View file

@ -73,6 +73,14 @@ general {
border_size = 2
snap {
enabled = true
window_gap = 8
monitor_gap = 10
respect_gaps = false
border_overlap = false
}
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
@ -302,4 +310,4 @@ workspace = n[s:window] f[1], gapsout:0, gapsin:0
windowrulev2 = bordersize 0, floating:0, onworkspace:n[s:window] w[tv1]
windowrulev2 = rounding 0, floating:0, onworkspace:n[s:window] w[tv1]
windowrulev2 = bordersize 0, floating:0, onworkspace:n[s:window] f[1]
windowrulev2 = rounding 0, floating:0, onworkspace:n[s:window] f[1]
windowrulev2 = rounding 0, floating:0, onworkspace:n[s:window] f[1]