hyprland: disable resize on border

This commit is contained in:
2026-06-08 16:51:45 +02:00
parent 5601b1339c
commit f7ae712471
+1 -1
View File
@@ -63,7 +63,7 @@ hl.config({
border_size = 2, border_size = 2,
-- Set to true to enable resizing windows by clicking and dragging on borders and gaps -- Set to true to enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = true, resize_on_border = false,
-- Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on -- Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on
allow_tearing = false, allow_tearing = false,