diff options
Diffstat (limited to 'src/usr/share')
-rw-r--r-- | src/usr/share/doc/myautomount/myautomount.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/share/doc/myautomount/myautomount.conf.example b/src/usr/share/doc/myautomount/myautomount.conf.example new file mode 100644 index 0000000..6cb3ac4 --- /dev/null +++ b/src/usr/share/doc/myautomount/myautomount.conf.example @@ -0,0 +1,5 @@ +# This config file can be placed at ~/.config/myautomount.conf and will override /etc/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 |