diff options
-rw-r--r-- | roles/contexts/fretlink/files/config_files/autostart/wpa-cute.desktop | 10 | ||||
-rw-r--r-- | roles/contexts/fretlink/tasks/main.yml | 1 |
2 files changed, 11 insertions, 0 deletions
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 @@ | |||
1 | [Desktop Entry] | ||
2 | Version=1.0 | ||
3 | Name=WPA-cute | ||
4 | GenericName=WPA network | ||
5 | Comment=WPA-cute | ||
6 | Exec=/usr/bin/wpa-cute -t | ||
7 | Icon=wpa-cute | ||
8 | Terminal=false | ||
9 | Type=Application | ||
10 | 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 @@ | |||
22 | dest: "$XDG_CONFIG_HOME/{{ item }}" | 22 | dest: "$XDG_CONFIG_HOME/{{ item }}" |
23 | loop: | 23 | loop: |
24 | - autostart/zeal.desktop | 24 | - autostart/zeal.desktop |
25 | - autostart/wpa-cute.desktop | ||
25 | - name: zeal configuration | 26 | - name: zeal configuration |
26 | ini_file: | 27 | ini_file: |
27 | path: "$XDG_CONFIG_HOME/Zeal/Zeal.conf" | 28 | path: "$XDG_CONFIG_HOME/Zeal/Zeal.conf" |