Bootstrap configuring KDE
This commit is contained in:
parent
d74abffe76
commit
f97ffcb159
3 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -2,6 +2,7 @@ collections:
|
|||
- ansible.posix
|
||||
- community.general
|
||||
- kewlfft.aur
|
||||
- realorangeone.kconfig
|
||||
|
||||
roles:
|
||||
- src: geerlingguy.ntp
|
||||
|
|
6
tasks/kde.yml
Normal file
6
tasks/kde.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- name: Update animation speed
|
||||
realorangeone.kconfig.kconfig:
|
||||
state: present
|
||||
group: KDE
|
||||
key: AnimationDurationFactor
|
||||
value: 0.5
|
Loading…
Reference in a new issue