mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-22 21:44:20 +02:00
Add an animation timeout (#659)
* added animation timeout * Updated animation timeout to u12 * updated config comment to reflect the new range for animation timeout
This commit is contained in:
parent
598fa6a505
commit
6df91cac12
3 changed files with 32 additions and 5 deletions
|
|
@ -57,3 +57,4 @@ brightness_down_key: []const u8 = "F5",
|
|||
brightness_up_key: []const u8 = "F6",
|
||||
brightnessctl: []const u8 = "/usr/bin/brightnessctl",
|
||||
brightness_change: []const u8 = "10",
|
||||
animation_timeout_sec: u12 = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue