mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
增加fadtout配置
This commit is contained in:
parent
6af0449b75
commit
e9fdd59ded
5 changed files with 13 additions and 18 deletions
18
config.conf
18
config.conf
|
|
@ -3,10 +3,12 @@ animations=1
|
|||
animation_type=slide
|
||||
animation_fade_in=1
|
||||
zoom_initial_ratio=0.5
|
||||
fadein_begin_opacity=0
|
||||
fadein_begin_opacity=0.5
|
||||
fadeout_begin_opacity=0.5
|
||||
animation_duration_move=500
|
||||
animation_duration_open=400
|
||||
animation_duration_tag=350
|
||||
animation_duration_close=350
|
||||
animation_curve=0.46,1.0,0.29,0.99
|
||||
|
||||
# Scroller Layout Setting
|
||||
|
|
@ -211,20 +213,6 @@ bind=ALT+SHIFT,X,incgaps,1
|
|||
bind=ALT+SHIFT,Z,incgaps,-1
|
||||
bind=ALT+SHIFT,R,togglegaps
|
||||
|
||||
# switch tty
|
||||
bind=Ctrl+Alt,F1,chvt,1
|
||||
bind=Ctrl+Alt,F2,chvt,2
|
||||
bind=Ctrl+Alt,F3,chvt,3
|
||||
bind=Ctrl+Alt,f4,chvt,4
|
||||
bind=Ctrl+Alt,F5,chvt,5
|
||||
bind=Ctrl+Alt,F6,chvt,6
|
||||
bind=Ctrl+Alt,F7,chvt,7
|
||||
bind=Ctrl+Alt,F8,chvt,8
|
||||
bind=Ctrl+Alt,F9,chvt,9
|
||||
bind=Ctrl+Alt,F10,chvt,10
|
||||
bind=Ctrl+Alt,F11,chvt,11
|
||||
bind=Ctrl+Alt,F12,chvt,12
|
||||
|
||||
#custom app bind example
|
||||
# bind=SUPER,Return,spawn,google-chrome
|
||||
# bind=CTRL+ALT,Return,spawn,st -e ~/tool/ter-multiplexer.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue