resize window gaps
This commit is contained in:
parent
48e1b294f4
commit
55001d251e
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue