From 946e6162120221d3ba312071f817494f45d83ee7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 8 Jan 2023 15:26:35 +0000 Subject: [PATCH] Fix autostart of solaar and flameshot --- tasks/autostart.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tasks/autostart.yml b/tasks/autostart.yml index a271f64..b652b5e 100644 --- a/tasks/autostart.yml +++ b/tasks/autostart.yml @@ -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 }}"