Fix autostart of solaar and flameshot

This commit is contained in:
Jake Howard 2023-01-08 15:26:35 +00:00
parent 2fdc9e4a18
commit 946e616212
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 9 additions and 2 deletions

View File

@ -26,7 +26,6 @@
- pulseaudio
- nm-applet
- lxqt-policykit-agent
- solaar
- name: Autostart applications
file:
@ -37,5 +36,13 @@
state: link
force: true
loop:
- flameshot
- libinput-gestures
- org.flameshot.Flameshot
- name: Autostart solaar
get_url:
url: https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/share/autostart/solaar.desktop
dest: "{{ home }}/.config/autostart/solaar.desktop"
mode: 0755
force: true
owner: "{{ user }}"