wayfire: reduce wayfire fade time, fix the screencast issue
This commit is contained in:
parent
e335d1aec6
commit
699a3a68a0
1 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ command_screenshot_clipboard = slurp -b ff00ff20 -B ff00ff20 -c ff00ff80 -o | gr
|
||||||
binding_screencast_voice = <super> <ctrl> KEY_SYSRQ
|
binding_screencast_voice = <super> <ctrl> KEY_SYSRQ
|
||||||
command_screencast_voice = wf-recorder -a -f $HOME/Videos/$(date '+%F_%T').mp4
|
command_screencast_voice = wf-recorder -a -f $HOME/Videos/$(date '+%F_%T').mp4
|
||||||
binding_screencast_novoice = <ctrl> KEY_SYSRQ
|
binding_screencast_novoice = <ctrl> KEY_SYSRQ
|
||||||
command_screencast_novoice = wf-recorder -f $HOME/Videos/$(data '+%F_%T').
|
command_screencast_novoice = wf-recorder -f $HOME/Videos/$(date '+%F_%T').mp4
|
||||||
binding_screencast_stop = <ctrl> <alt> KEY_SYSRQ
|
binding_screencast_stop = <ctrl> <alt> KEY_SYSRQ
|
||||||
command_screencast_stop = killall -INT wf-recorder
|
command_screencast_stop = killall -INT wf-recorder
|
||||||
# binding_kooha = <super> KEY_R
|
# binding_kooha = <super> KEY_R
|
||||||
|
@ -282,7 +282,7 @@ toggle = <super> KEY_I
|
||||||
[animate]
|
[animate]
|
||||||
open_animation = fade
|
open_animation = fade
|
||||||
close_animation = fade
|
close_animation = fade
|
||||||
duration = 400
|
duration = 250
|
||||||
|
|
||||||
[decoration]
|
[decoration]
|
||||||
title_height = 0
|
title_height = 0
|
||||||
|
|
Loading…
Reference in a new issue