Rename min_refresh_delta option to animation_frame_delay (closes #925)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-02-09 11:38:56 +01:00
parent d1810d8c98
commit 99dba44e46
4 changed files with 18 additions and 10 deletions

View File

@@ -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