fix: remove autoselect for cmp

This commit is contained in:
Fabio Lenherr 2023-02-28 19:54:57 +01:00
parent 1cc0ee462f
commit 7fb7a08108
4 changed files with 12 additions and 11 deletions

View file

@ -41,10 +41,10 @@ decoration {
blur_passes=1 # minimum 1
blur_new_optimizations=true
}
animations {
bezier = dragging,0.5,0.5,0.5,0.5
enabled=1
animation=windowsMove,1,3,default
animation=windowsMove,1,5,default
animation=windows,1,5,default
animation=border,1,10,default
animation=fade,1,10,default
@ -63,7 +63,7 @@ gestures {
misc {
vfr=true
vrr=1
# animate_manual_resizes=true
animate_manual_resizes=true
# enable_swallow=true
# swallow_regex=^(.*)(kitty)(.*)$
}