Keyd : Set timeout to 150.

This commit is contained in:
Dmitry Voronin 2024-04-29 02:07:57 +03:00
parent dcc8942535
commit 886dee0075
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -47,7 +47,7 @@
foot = { foot = {
font = { font = {
step = 1; step = 1;
dpi = true; dpi = true;
forceWhite = false; forceWhite = false;
}; };
}; };
@ -58,5 +58,5 @@
brightness.step = 5; brightness.step = 5;
volume.step = 5; volume.step = 5;
music.step = 10; music.step = 10;
keyd.timeout = 200; keyd.timeout = 150;
} }