From 7114757b7ace75976b1a1c77c5462b58e5deb836 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Tue, 16 Sep 2025 21:15:46 +0800 Subject: [PATCH] opt: enable layer animaiton default in config --- config.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.conf b/config.conf index 8faad22..daff8d0 100644 --- a/config.conf +++ b/config.conf @@ -28,7 +28,7 @@ unfocused_opacity=1.0 # Animation Configuration(support type:zoom,slide) # tag_animation_direction: 0-horizontal,1-vertical animations=1 -layer_animations=0 +layer_animations=1 animation_type_open=slide animation_type_close=slide animation_fade_in=1 @@ -258,3 +258,8 @@ mousebind=NONE,btn_right,killclient,0 # Axis Bindings axisbind=SUPER,UP,viewtoleft_have_client axisbind=SUPER,DOWN,viewtoright_have_client + + +# layer rule +layerrule=animation_type_open:zoom,layer_name:rofi +layerrule=animation_type_close:zoom,layer_name:rofi