#===== Configuration file for the hot-plug partition monitoring program =====
# Parameter names and boolean values are case-insensitive
# %u denotes username
# %h denotes home directory
# %n denotes partition name - the filename in /dev - eg sdb1
# %l denotes filesystem's label
# %m denotes partition's mountpoint

#------- File to store pid of the process. User needs write permission -------
PidFile = /tmp/%u/hopman-pid
# Only %u and %h can be used in PidFile
# All directories on the path whole will be created if necessary but only
# the file will will be deleted when program terminates.

#----------------- Helper commands are executed in /bin/sh -------------------
#MountHelper  = exec pmount %n %l
#UmountHelper = exec pumount %n
MountHelper = /usr/sbin/usbmount mount %n "%l"
UmountHelper = /usr/sbin/usbmount umount %n
EjectHelper = /usr/sbin/usbmount remove %n
FileManager = /usr/bin/spacefm
TerminalEmulator = /usr/bin/sakura
# The current directory is set to the mountpoint before invoking
# FileManager or TerminalEmulator

#---------- Time interval (in seconds) to read /proc/self/mountinfo ----------
MountCheckPeriod = 5
# 0 means don't do periodic read, read it only after mount/umount action

#-------------------------- Display Configuration ----------------------------
ShowName       = False
ShowLabel      = True
ShowFstype     = False
ShowSize       = True
ShowMountpoint = True
Sticky         = True
Decorate       = True
AutoHide       = True
KeepAbove      = True
# If both ShowName and ShowLabel are false, one of them is shown, label if
# it exists, name otherwise.
# Sticky means that the window must appear on all desktops
