mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
feat: use keyboard group and support select close animaiton type
This commit is contained in:
parent
8b8437fd3c
commit
e1cf7db447
6 changed files with 856 additions and 767 deletions
12
config.conf
12
config.conf
|
|
@ -1,12 +1,13 @@
|
|||
# Animation Configuration
|
||||
animations=1
|
||||
animation_type=slide
|
||||
animation_type_open=zoom
|
||||
animation_type_close=slide
|
||||
animation_fade_in=1
|
||||
zoom_initial_ratio=0.5
|
||||
fadein_begin_opacity=0.5
|
||||
fadeout_begin_opacity=0.8
|
||||
animation_duration_move=400
|
||||
animation_duration_open=350
|
||||
animation_duration_move=500
|
||||
animation_duration_open=400
|
||||
animation_duration_tag=350
|
||||
animation_duration_close=800
|
||||
animation_curve_open=0.46,1.0,0.29,1
|
||||
|
|
@ -94,7 +95,8 @@ tags=id:9,layout_name:tile
|
|||
# isfloating: type-num(0 or 1)
|
||||
# isfullscreen: type-num(0 or 1)
|
||||
# scroller_proportion: type-float(0.1-1.0)
|
||||
# animation_type : type-string(zoom,slide)
|
||||
# animation_type_open : type-string(zoom,slide)
|
||||
# animation_type_close : type-string(zoom,slide)
|
||||
# isnoborder : type-num(0 or 1)
|
||||
# monitor : type-int(0-99999)
|
||||
# width : type-num(0-9999)
|
||||
|
|
@ -110,7 +112,7 @@ tags=id:9,layout_name:tile
|
|||
# windowrule=isfloating:1,appid:Rofi
|
||||
# windowrule=isfloating:1,appid:wofi
|
||||
# windowrule=isnoborder:1,appid:wofi
|
||||
# windowrule=animation_type:zoom,appid:wofi
|
||||
# windowrule=animation_type_open:zoom,appid:wofi
|
||||
|
||||
# open in specific tag
|
||||
# windowrule=tags:4,appid:Google-chrome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue