update hyprland configuration
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user