diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-25 21:09:00 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-25 21:09:00 -0400 |
commit | aff4f239c303852e210ee56543cab03e8836247b (patch) | |
tree | c7121e6296ec369663eb0c98e1112c297323ba3a /src/etc/xdg/autostart/myautomountd.desktop | |
parent | rename to myautomount (diff) | |
download | myautomount-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/myautomountd.desktop')
-rw-r--r-- | src/etc/xdg/autostart/myautomountd.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/etc/xdg/autostart/myautomountd.desktop b/src/etc/xdg/autostart/myautomountd.desktop new file mode 100644 index 0000000..57a147a --- /dev/null +++ b/src/etc/xdg/autostart/myautomountd.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Comment=Monitor udevadm for removable media +Exec=/usr/bin/myautomountd +GenericName=Automount helper daemon +Icon=media-removable +Keywords=automount; +Name=MyAutoMount daemon +NoDisplay=true +Terminal=false +Type=Application |