resize window gaps

This commit is contained in:
Benjamin Palko 2024-04-21 12:47:57 +00:00
parent 48e1b294f4
commit 55001d251e

View file

@ -60,8 +60,8 @@ input {
general { general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 20 gaps_in = 10
gaps_out = 40 gaps_out = 20
border_size = 3 border_size = 3
col.active_border = $color4 $color13 45deg col.active_border = $color4 $color13 45deg
col.inactive_border = $color0 col.inactive_border = $color0
@ -69,7 +69,7 @@ general {
layout = dwindle layout = dwindle
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false allow_tearing = true
} }
decoration { decoration {
@ -81,6 +81,7 @@ decoration {
enabled = true enabled = true
size = 3 size = 3
passes = 1 passes = 1
ignore_opacity = true
} }
drop_shadow = yes drop_shadow = yes