#-----------------------------#
# pfm config file
#-----------------------------#

# Please specify:
# the path to your xterm program, this is REQUIRED!!!!!!!
pfm_xterm_cmd:		/usr/bin/X11/xterm -sb -fn 8x13

# All the other following things are optional.

# your favourite editor
pfm_editor_cmd:		/usr/bin/X11/xterm -fn 8x13 -e /usr/bin/vi

# another file viewer
pfm_view_cmd:		/usr/bin/X11/xterm -fn 8x13 -e /usr/bin/bpe

# how to print a file
pfm_print_cmd:		/usr/bin/lpr


# It's possible to assign programs to file extensions.
# In case of a doubleclick of a file with a known extension,
# the specified program will be started. And the last command line
# argument for this program will be the file itself.
# Please note that specifying any number of command line arguments 
# is absolutely legal.

.avi:	/usr/local/bin/xanim
.flc:	/usr/local/bin/xanim
.gif:	/usr/local/bin/xv
.mpg:	/usr/local/bin/mpeg_play -loop
.ps:	/usr/local/bin/ghostview
.fli:	/usr/local/bin/xanim
.mid:   /usr/local/bin/mp
.xpm:	/usr/local/bin/pixmap -f
