Fix autostart of solaar and flameshot
This commit is contained in:
parent
2fdc9e4a18
commit
946e616212
1 changed files with 9 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
||||||
- pulseaudio
|
- pulseaudio
|
||||||
- nm-applet
|
- nm-applet
|
||||||
- lxqt-policykit-agent
|
- lxqt-policykit-agent
|
||||||
- solaar
|
|
||||||
|
|
||||||
- name: Autostart applications
|
- name: Autostart applications
|
||||||
file:
|
file:
|
||||||
|
@ -37,5 +36,13 @@
|
||||||
state: link
|
state: link
|
||||||
force: true
|
force: true
|
||||||
loop:
|
loop:
|
||||||
- flameshot
|
|
||||||
- libinput-gestures
|
- 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 }}"
|
||||||
|
|
Loading…
Reference in a new issue