diff --git a/dotfiles.yml b/dotfiles.yml index 24030cb..0cf4201 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -15,3 +15,4 @@ - import_tasks: tasks/shell.yml - import_tasks: tasks/yaourt.yml - import_tasks: tasks/fonts.yml + - import_tasks: tasks/autostart.yml diff --git a/tasks/autostart.yml b/tasks/autostart.yml new file mode 100644 index 0000000..af04072 --- /dev/null +++ b/tasks/autostart.yml @@ -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'