From 787a8c843fcb06c3fd9e985a9d99df29f3d847fc Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Mon, 22 Dec 2025 10:15:17 +0100 Subject: [PATCH] Set default NumLock state to ON for KDE --- roles/custom/fvs/tasks/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/custom/fvs/tasks/main.yml b/roles/custom/fvs/tasks/main.yml index b5e1094..f0fdd02 100644 --- a/roles/custom/fvs/tasks/main.yml +++ b/roles/custom/fvs/tasks/main.yml @@ -188,6 +188,15 @@ action/switch_user=false #action/lock_screen=false +- name: Configure NumLock ON + ansible.builtin.blockinfile: + path: /etc/xdg/kcminputrc + create: true + mode: '0644' + block: | + [Keyboard] + NumLock=0 + - name: Start with empty session by default ansible.builtin.copy: dest: /etc/xdg/ksmserverrc