update hyprland configuration

This commit is contained in:
2026-08-16 02:22:02 +02:00
parent 5c904d8a7a
commit ab66fe9fca
3 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ return {
border_size = 3,
gaps_in = 10,
gaps_out = 20,
float_gaps = 10,
float_gaps = 0,
gaps_workspaces = 0,
col = {
inactive_border = color_overlay0,
@@ -120,7 +120,7 @@ return {
snap = {
enabled = true, -- floating windows should snap to each other
respect_gaps = true, -- respect gaps_in when snapping
window_gap = 20, -- distance between windows before snapping
window_gap = 0, -- distance between windows before snapping
},
},
decoration = {