Bootstrap configuring KDE

This commit is contained in:
Jake Howard 2023-01-19 09:17:06 +00:00
parent d74abffe76
commit f97ffcb159
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 13 additions and 0 deletions

View File

@ -19,6 +19,12 @@
- import_tasks: tasks/boot.yml
- import_tasks: tasks/i3.yml
# Don't bother configuring KDE for root, just assume it's for me
- import_tasks: tasks/kde.yml
become: true
become_user: "{{ user }}"
- import_tasks: tasks/network.yml
- import_tasks: tasks/shell.yml
- import_tasks: tasks/input.yml

View File

@ -2,6 +2,7 @@ collections:
- ansible.posix
- community.general
- kewlfft.aur
- realorangeone.kconfig
roles:
- src: geerlingguy.ntp

6
tasks/kde.yml Normal file
View File

@ -0,0 +1,6 @@
- name: Update animation speed
realorangeone.kconfig.kconfig:
state: present
group: KDE
key: AnimationDurationFactor
value: 0.5