From e9d01f59ef9ce93a1abd09f0a715c97a3bfcab29 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 20 May 2025 09:50:44 +0200 Subject: [PATCH] adds numlock config --- .config/hypr/config/input.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/config/input.conf b/.config/hypr/config/input.conf index 979859f..475bed6 100644 --- a/.config/hypr/config/input.conf +++ b/.config/hypr/config/input.conf @@ -8,4 +8,5 @@ input { kb_layout = de follow_mouse = 2 # 0|1|2|3 float_switch_override_focus = 2 + numlock_by_default = true }