From 5173fdd5e05b7295283221c7d912bc662461fff6 Mon Sep 17 00:00:00 2001 From: Jane Alesi Date: Thu, 28 May 2026 08:32:40 +0200 Subject: [PATCH] Enable NumLock on boot via tuigreet and Hyprland - Install numlockx - Add --numlock flag to tuigreet greeter - Add exec-once = numlockx on to Hyprland config --- ansible/roles/hyprland/templates/hyprland.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/hyprland/templates/hyprland.conf.j2 b/ansible/roles/hyprland/templates/hyprland.conf.j2 index bd3cc70..071f2f3 100644 --- a/ansible/roles/hyprland/templates/hyprland.conf.j2 +++ b/ansible/roles/hyprland/templates/hyprland.conf.j2 @@ -61,6 +61,9 @@ dwindle { preserve_split = yes } +# NumLock +exec-once = numlockx on + # Keybindings $mainMod = SUPER