aboutsummaryrefslogtreecommitdiff
path: root/src/etc/myautomount.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/myautomount.conf')
-rw-r--r--src/etc/myautomount.conf6
1 files changed, 6 insertions, 0 deletions
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
bgstack15