From c2b7cf8aa6de5e6ecf4bf9410c3f8395b43fd764 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 23 Aug 2019 19:18:12 +0200 Subject: [PATCH] Add wpa-cute --- .../files/config_files/autostart/wpa-cute.desktop | 10 ++++++++++ roles/contexts/fretlink/tasks/main.yml | 1 + 2 files changed, 11 insertions(+) create mode 100644 roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop diff --git a/roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop b/roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop new file mode 100644 index 0000000..b4802ee --- /dev/null +++ b/roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=WPA-cute +GenericName=WPA network +Comment=WPA-cute +Exec=/usr/bin/wpa-cute -t +Icon=wpa-cute +Terminal=false +Type=Application +Categories=Development; diff --git a/roles/contexts/fretlink/tasks/main.yml b/roles/contexts/fretlink/tasks/main.yml index 5b75f9b..b7dd387 100644 --- a/roles/contexts/fretlink/tasks/main.yml +++ b/roles/contexts/fretlink/tasks/main.yml @@ -22,6 +22,7 @@ dest: "$XDG_CONFIG_HOME/{{ item }}" loop: - autostart/zeal.desktop + - autostart/wpa-cute.desktop - name: zeal configuration ini_file: path: "$XDG_CONFIG_HOME/Zeal/Zeal.conf" -- 2.41.0