diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-26 21:40:46 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-26 21:40:46 -0400 |
commit | 5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06 (patch) | |
tree | 4ef427579548a07d78834984e5dc1110f962b0ae /src/usr/bin/myautomount-trayicon | |
parent | add xdg autostart, and hide_when_no_media config opt (diff) | |
download | myautomount-5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06.tar.gz myautomount-5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06.tar.bz2 myautomount-5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06.zip |
add license texts, add user config to trayicon
Diffstat (limited to 'src/usr/bin/myautomount-trayicon')
-rwxr-xr-x | src/usr/bin/myautomount-trayicon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/bin/myautomount-trayicon b/src/usr/bin/myautomount-trayicon index 08be25d..2b39ced 100755 --- a/src/usr/bin/myautomount-trayicon +++ b/src/usr/bin/myautomount-trayicon @@ -1,4 +1,6 @@ #!/bin/sh # Part of myautomount project . ${MYA_PREFIX}/etc/myautomount.conf +. ${XDG_CONFIG_HOME:-${HOME}/.config}/myautomount.conf +env ${MYA_PREFIX}/usr/libexec/myautomount/myautomount-trayicon.py |