From 82dabc21f3c2379a7bed320574ff468869d59a18 Mon Sep 17 00:00:00 2001 From: erdii Date: Sun, 20 Apr 2025 11:30:40 +0200 Subject: feat: implement support to enable numlock at startup Signed-off-by: erdii --- resources/default-config.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index c90847d7..213a8ba1 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -16,6 +16,9 @@ input { // layout "us,ru" // options "grp:win_space_toggle,compose:ralt,ctrl:nocaps" } + + // Enable numlock on startup, omitting this setting disables it. + numlock } // Next sections include libinput settings. -- cgit