From 5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 26 Sep 2020 21:40:46 -0400 Subject: add license texts, add user config to trayicon --- src/etc/myautomount.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/etc/myautomount.conf') diff --git a/src/etc/myautomount.conf b/src/etc/myautomount.conf index eef2ca8..a64dace 100644 --- a/src/etc/myautomount.conf +++ b/src/etc/myautomount.conf @@ -19,3 +19,9 @@ export AUTOMOUNT_BASEDIR=/run/user/${UID}/automedia # where the filesystems get mounted to. This location should not be # controlled by anything else. export AUTOMOUNT_BROWSEDIR=/browse + +# These can be modified per-user in ${XDG_CONFIG_HOME}/myautomount.conf +export showmount=1 # Default: 1, show "MOUNTED" for each drive that is currently mounted +export skip_sd_without_partitions=1 # Default: 1, skip sdb sdc, etc. # NOT IMPLEMENTED YET +export only_update_on_menuitem=0 # Default: 0, disable the mouseover poll. If 1, it breaks showmount=1 +export hide_when_no_media=1 # Default: 1, stay hidden until some removable media is discovered -- cgit