Set default NumLock state to ON for KDE
This commit is contained in:
parent
37eb2b8232
commit
787a8c843f
1 changed files with 9 additions and 0 deletions
|
|
@ -188,6 +188,15 @@
|
||||||
action/switch_user=false
|
action/switch_user=false
|
||||||
#action/lock_screen=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
|
- name: Start with empty session by default
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /etc/xdg/ksmserverrc
|
dest: /etc/xdg/ksmserverrc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue