Set default NumLock state to ON for KDE

This commit is contained in:
Raphael Dannecker 2025-12-22 10:15:17 +01:00
parent 37eb2b8232
commit 787a8c843f

View file

@ -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