/*-----------------------------------------------------------------------------
 Resource specifiications for xfm.
 Most of these are the defaults anyway, but they are listed here so you can
 change them if necessary. 
----------------------------------------------------------------------------*/

/* Use these only if you  have the 75dpi fonts. (recomended) */
Xfm.boldFont:   -adobe-helvetica-bold-r-*-*-12-*
Xfm.iconFont:   -adobe-helvetica-medium-r-*-*-10-*
Xfm.buttonFont: -adobe-helvetica-medium-r-*-*-12-*
Xfm.menuFont:   -adobe-helvetica-medium-r-*-*-12-*
Xfm.labelFont:  -adobe-helvetica-medium-r-*-*-12-*

/* this must be a fixed width font */
Xfm.cellFont: fixed

/* Confirmation for delete operations    */
Xfm.confirmDeletes: 	true
/* Confirmation for copy operations      */
Xfm.confirmCopies: 	true
/* Confirmation for move operations      */
Xfm.confirmMoves: 	true
/* Show the file owner in text displays  */
Xfm.showOwner: 		true
/* Show the file date in text displays   */
Xfm.showDate: 		true
/* Show the permissions in text displays */
Xfm.showPermissions: 	true
/* Show the file size in text displays   */
Xfm.showLength: 	true

/* The type of the first file window     */
Xfm.initialDisplayType: Tree
/* The type of susequent windows         */
Xfm.defaultDisplayType: Icons
* The type of sorting used by default    */
Xfm.defaultSortType: 	SortByName
* The default editor to use		 */
Xfm.defaultEditor: 	exec emacs
/* Where the application data is stored  */
Xfm.applicationDataFile: ~/.xfmrc

/* ADDED by Dave Safford */
/* use these if you have a colour display and would like the different types
   of icons in different colours -- SM */
Xfm*file window*dir_icon.foreground:	green3
Xfm*file window*file_icon.foreground:	blue
Xfm*file window*exe_icon.foreground:	red
Xfm*file window*other_icon.foreground:	black

/* puts the Application Manager in a column on the left of the screen */
Xfm.Geometry:	120x800+0+0

/* puts the first File Window next to it */
Xfm*file window.Geometry:	400x800+130+0

