modules.system.gui: enable numlock on startup

This commit is contained in:
2025-12-07 16:03:14 +08:00
parent 5d654bea66
commit 5ebd5f0f08

View File

@@ -94,7 +94,7 @@ inputs:
mode = { width = 3840; height = 2160; refresh = 160.; };
};
};
input.touchpad.dwt = true;
input = { touchpad.dwt = true; keyboard.numlock = true; };
};
};
};