Try some ECMAScript to configure the desktop.

This commit is contained in:
Andreas B. Mundt 2023-08-16 20:50:44 +02:00
parent cb172935c7
commit 54ccda1abf
2 changed files with 118 additions and 2 deletions

View file

@ -194,6 +194,12 @@
dest: /usr/local/bin/
mode: 0755
- name: Copy fvs-config.js to configure plasma
ansible.builtin.copy:
src: fvs-config.js
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
mode: 0644
################# general settings ##################
- name: Protect grub menu entries
blockinfile:
@ -211,7 +217,7 @@
firstmatch: true
notify: Run update-grub
- name: grub timeout
- name: Grub timeout
lineinfile:
dest: /etc/default/grub
regexp: '^(GRUB_TIMEOUT=).*'
@ -219,7 +225,7 @@
backrefs: yes
notify: Run update-grub
- name: keyboard compose key
- name: Keyboard compose key
lineinfile:
dest: /etc/default/keyboard
regexp: '^(XKBOPTIONS=).*'