mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-17 06:59:52 -05:00
opt: enable layer animaiton default in config
This commit is contained in:
parent
c52d203cdc
commit
60726becd9
1 changed files with 6 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ unfocused_opacity=1.0
|
||||||
# Animation Configuration(support type:zoom,slide)
|
# Animation Configuration(support type:zoom,slide)
|
||||||
# tag_animation_direction: 0-horizontal,1-vertical
|
# tag_animation_direction: 0-horizontal,1-vertical
|
||||||
animations=1
|
animations=1
|
||||||
layer_animations=0
|
layer_animations=1
|
||||||
animation_type_open=slide
|
animation_type_open=slide
|
||||||
animation_type_close=slide
|
animation_type_close=slide
|
||||||
animation_fade_in=1
|
animation_fade_in=1
|
||||||
|
|
@ -226,3 +226,8 @@ mousebind=NONE,btn_right,killclient,0
|
||||||
# Axis Bindings
|
# Axis Bindings
|
||||||
axisbind=SUPER,UP,viewtoleft_have_client
|
axisbind=SUPER,UP,viewtoleft_have_client
|
||||||
axisbind=SUPER,DOWN,viewtoright_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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue