From 73bc6159eab720543653685dec65a450aa6584d6 Mon Sep 17 00:00:00 2001 From: Bogdan Tanase Date: Tue, 2 Sep 2025 09:10:15 +0200 Subject: [PATCH] Enable numlock by default in input configuration I believe this is a sensible default for those that have keyboards with num pads. Whenever I want to enter a number I reach for the numpad, just to realize that numlock is off and it doesn't do what I expect it. --- config/hypr/input.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hypr/input.conf b/config/hypr/input.conf index 397ddcf..20d208c 100644 --- a/config/hypr/input.conf +++ b/config/hypr/input.conf @@ -9,6 +9,9 @@ input { repeat_rate = 40 repeat_delay = 600 + # Start with numlock on by default + numlock_by_default = true + # Increase sensitity for mouse/trackpack (default: 0) # sensitivity = 0.35