diff --git a/dotfiles.yml b/dotfiles.yml index 3624e70..46c7602 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -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 diff --git a/galaxy-requirements.yml b/galaxy-requirements.yml index 94f648d..7aaa55f 100644 --- a/galaxy-requirements.yml +++ b/galaxy-requirements.yml @@ -2,6 +2,7 @@ collections: - ansible.posix - community.general - kewlfft.aur + - realorangeone.kconfig roles: - src: geerlingguy.ntp diff --git a/tasks/kde.yml b/tasks/kde.yml new file mode 100644 index 0000000..50fe627 --- /dev/null +++ b/tasks/kde.yml @@ -0,0 +1,6 @@ +- name: Update animation speed + realorangeone.kconfig.kconfig: + state: present + group: KDE + key: AnimationDurationFactor + value: 0.5