Updated config

This commit is contained in:
Eduard Urbach 2024-03-26 23:48:06 +01:00
parent 6a991f0a61
commit b9c4ed16a7
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
animations { animations {
enabled = no enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 bezier = myBezier, 0.05, 0.9, 0.1, 1.05

View File

@ -1,7 +1,7 @@
general { general {
gaps_in = 0 gaps_in = 1
gaps_out = 0 gaps_out = 2
border_size = 0 border_size = 1
layout = dwindle layout = dwindle
allow_tearing = true allow_tearing = true
@ -30,10 +30,10 @@ debug {
} }
decoration { decoration {
rounding = 0 rounding = 3
blur { blur {
enabled = false enabled = true
size = 4 size = 4
passes = 4 passes = 4
new_optimizations = on new_optimizations = on
@ -53,6 +53,7 @@ decoration {
dwindle { dwindle {
pseudotile = yes pseudotile = yes
preserve_split = yes preserve_split = yes
no_gaps_when_only = 1
} }
master { master {