Add autostart tasks
This commit is contained in:
parent
a3a9a3df30
commit
1fefd04848
2 changed files with 17 additions and 0 deletions
|
@ -15,3 +15,4 @@
|
|||
- import_tasks: tasks/shell.yml
|
||||
- import_tasks: tasks/yaourt.yml
|
||||
- import_tasks: tasks/fonts.yml
|
||||
- import_tasks: tasks/autostart.yml
|
||||
|
|
16
tasks/autostart.yml
Normal file
16
tasks/autostart.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
- file:
|
||||
src: "/etc/xdg/autostart/{{ item }}.desktop"
|
||||
dest: "/home/jake/.config/autostart/{{ item }}.desktop"
|
||||
mode: 0644
|
||||
owner: jake
|
||||
state: link
|
||||
force: true
|
||||
with_items:
|
||||
- 'pulseaudio'
|
||||
- 'org.gnome.SettingsDaemon.XSettings'
|
||||
- 'org.gnome.SettingsDaemon.DiskUtilityNotify'
|
||||
- 'org.gnome.SettingsDaemon.Keyboard'
|
||||
- 'gsettings-data-convert'
|
||||
- 'nm-applet'
|
||||
- 'lxpolkit'
|
||||
- 'solaar'
|
Loading…
Reference in a new issue