mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 07:09:13 +02:00
Rename min_refresh_delta option to animation_frame_delay (closes #925)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
d1810d8c98
commit
99dba44e46
4 changed files with 18 additions and 10 deletions
|
|
@ -27,6 +27,9 @@ allow_empty_password = true
|
|||
# dur_file -> .dur file format (https://github.com/cmang/durdraw/tree/master)
|
||||
animation = none
|
||||
|
||||
# Delay between each animation frame in milliseconds
|
||||
animation_frame_delay = 5
|
||||
|
||||
# Stop the animation after some time
|
||||
# 0 -> Run forever
|
||||
# 1..2e12 -> Stop the animation after this many seconds
|
||||
|
|
@ -291,9 +294,6 @@ margin_box_h = 2
|
|||
# Main box vertical margin
|
||||
margin_box_v = 1
|
||||
|
||||
# Event timeout in milliseconds
|
||||
min_refresh_delta = 5
|
||||
|
||||
# Set numlock on/off at startup
|
||||
numlock = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue