aboutsummaryrefslogtreecommitdiff
path: root/src/etc/xdg/autostart/myautomount-trayicon.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-25 21:09:00 -0400
committerB Stack <bgstack15@gmail.com>2020-09-25 21:09:00 -0400
commitaff4f239c303852e210ee56543cab03e8836247b (patch)
treec7121e6296ec369663eb0c98e1112c297323ba3a /src/etc/xdg/autostart/myautomount-trayicon.desktop
parentrename to myautomount (diff)
downloadmyautomount-aff4f239c303852e210ee56543cab03e8836247b.tar.gz
myautomount-aff4f239c303852e210ee56543cab03e8836247b.tar.bz2
myautomount-aff4f239c303852e210ee56543cab03e8836247b.zip
add xdg autostart, and hide_when_no_media config opt
Diffstat (limited to 'src/etc/xdg/autostart/myautomount-trayicon.desktop')
-rw-r--r--src/etc/xdg/autostart/myautomount-trayicon.desktop10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/etc/xdg/autostart/myautomount-trayicon.desktop b/src/etc/xdg/autostart/myautomount-trayicon.desktop
new file mode 100644
index 0000000..061454d
--- /dev/null
+++ b/src/etc/xdg/autostart/myautomount-trayicon.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=Tray icon for managing removable media
+Exec=/usr/bin/myautomount-trayicon
+GenericName=Automount helper tray icon
+Icon=media-removable
+Keywords=automount;
+Name=MyAutoMount tray icon
+NoDisplay=true
+Terminal=false
+Type=Application
bgstack15