Add input configuration live reloading

Made the input section of config.lua dynamically reloadable, no longer
requiring a hard restart.
This commit is contained in:
2026-06-28 19:51:44 -04:00
parent 667dad864a
commit 7fcd8577f3
2 changed files with 98 additions and 10 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ appearance = {
fullscreen_bg = 0x000000ff,
}
-- Note: the entire input section requires you to restart
-- the compositor once changed
-- Input settings can be changed dynamically; the compositor will
-- re-apply them on save
input = {
repeat_rate = 50,
repeat_delay = 150,