!*********************************************************************** ! Application defaults for xfm. ! Most of these are the defaults anyway, but they are listed here so you can ! change them if necessary. !*********************************************************************** ! Search paths for icon files Xfm*bitmapPath: /usr/X11R6/lib/X11/xfm/bitmaps:/usr/include/X11/bitmaps Xfm*pixmapPath: /usr/X11R6/lib/X11/xfm/pixmaps:/usr/include/X11/pixmaps ! Default applications file to be loaded at startup Xfm*applicationDataFile: ~/.xfm/Apps ! Directory in which new application files are created Xfm*applicationDataDir: ~/.xfm ! Clipboard for Cut/Copy/Paste operations in application window Xfm*applicationDataClip: ~/.xfm/.XfmClip ! Configuration file (where the file types are specified) Xfm*configFile: ~/.xfm/xfmrc ! Device configuration file (floppies and such) Xfm*devFile: ~/.xfm/xfmdev ! Magic headers configuration file (files you recognize by their header) Xfm*magicFile: ~/.xfm/magic ! Double click time in milliseconds Xfm*doubleClickTime: 300 ! Time interval in milliseconds for automatic folder updates (set to zero to ! disable this feature) Xfm*updateInterval: 10000 ! Just two examples -- you should not need this !Xfm*BourneShells: AUTO Xfm*BourneShells: /bin/sh, /bin/bash !*********************************************************************** ! Preferences !*********************************************************************** ! Geometry for application and initial file manager windows Xfm.Geometry: 265x515+565+130 Xfm.initGeometry: 515x345+5+130 ! Geometry for subsequent file windows Xfm.file window.Geometry: 515x345 ! If you do not want to go chasing dialog popups around the screen, but rather ! have them in a fixed location, uncomment the following (recommended) Xfm*TransientShell.geometry: +210+295 ! The following removes borders from the main menu buttons (my own preference) Xfm*file window*button box.?.borderWidth: 0 ! NOTE: The background color of icons is determined from the Xfm.background ! resource. Make sure that this resource is always given a value appropriate ! for *both* application and file windows. ! The background color for file and application windows Xfm*background: lightgray ! The foreground color for icon toggles; this is also used when an icon toggle ! is highlighted or marked !Xfm*viewport.icon box*Toggle.foreground: red ! Use these only if you have the 75dpi fonts. (recommended) 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-* Xfm*statusFont: -adobe-helvetica-medium-r-*-*-10-* ! This must be a fixed width font Xfm*cellFont: fixed ! Specify the sizes of the different icon toggles. The following values ! are appropriate for the icons supplied with xfm. Xfm*appIconWidth: 72 Xfm*appIconHeight: 60 Xfm*fileIconWidth: 48 Xfm*fileIconHeight: 40 Xfm*treeIconWidth: 48 Xfm*treeIconHeight: 32 ! Confirmation for various operations Xfm*confirmDeletes: true Xfm*confirmDeleteFolder: true Xfm*confirmCopies: true Xfm*confirmMoves: true Xfm*confirmOverwrite: true Xfm*confirmQuit: true ! Echo actions on stderr (useful for debugging purposes) Xfm*echoActions: false ! Directory display in Text type Xfm*showOwner: true Xfm*showDate: true Xfm*showPermissions: true Xfm*showLength: true ! The type of the first and subsequent file windows ! valid values are Tree, Icons and Text Xfm*initialDisplayType: Icons Xfm*defaultDisplayType: Icons ! The type of sorting used by default ! valid values are SortBy{Name,Size,Date} Xfm*defaultSortType: SortByName ! The default editor to use Xfm*defaultEditor: exec emacs ! The default viewer to use Xfm*defaultViewer: exec xless !*********************************************************************** ! Miscellaneous settings (see also FmMain.c) ! Normally you won't have to change these. !*********************************************************************** Xfm*Command.cursor: hand2 Xfm*MenuButton.cursor: hand2 Xfm*viewport.forceBars: true Xfm*popup form*bitmap.borderWidth : 0 Xfm*popup form*label.borderWidth : 0 Xfm*button box.orientation: horizontal Xfm*button box.borderWidth: 0 Xfm*file window*viewport.borderWidth: 0 Xfm*viewport.icon box*Label.borderWidth : 0 Xfm*viewport.icon box.Command.borderWidth : 0 Xfm*viewport.icon box.Form.borderWidth : 0 Xfm*viewport.icon box*Toggle.borderWidth : 1 Xfm*chmod*Label.borderWidth : 0 Xfm*info*Label.borderWidth : 0 Xfm*error*Label.borderWidth : 0 Xfm*confirm*Label.borderWidth : 0 Xfm*Text*translations : #override \n Return: no-op() \n Linefeed : no-op() \n CtrlJ : no-op() \n Xfm*Text*baseTranslations : #override \n Return: no-op() \n Linefeed : no-op() \n CtrlJ : no-op() \n