Merge Arch config as main #1
1 changed files with 4 additions and 3 deletions
|
|
@ -60,8 +60,8 @@ input {
|
|||
general {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
gaps_in = 20
|
||||
gaps_out = 40
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 3
|
||||
col.active_border = $color4 $color13 45deg
|
||||
col.inactive_border = $color0
|
||||
|
|
@ -69,7 +69,7 @@ general {
|
|||
layout = dwindle
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
allow_tearing = true
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
|
@ -81,6 +81,7 @@ decoration {
|
|||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
ignore_opacity = true
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue