# .wmsetimonrc
# configuration file for wmsetimon, WindowMaker dock applet.

# For logging to standard output
#log=1

# for local machine
dir=local /home/seb/.seti nicevalue

# from 1 to 9 path can be placed here
# but they MUST be absolute (no ~/ or ../)
# and WITHOUT terminal "/".
dir=machine /home/seb/.seti/1 nicevalue

# for remote machines You must to enable ssh access without password
# the best method for this using rsa keys (ssh_keygen and .ssh/authorized_keys
# on remote machine)
# to test Your setup use this command: "ssh <machine> cat /path/seti/pid.sah"
# if you got back the correct file it will work well

# the "start" parameter means that the dockapp
# must launch the process at startup
dir=/home/seb/.seti/2 start

# etc ...

