home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / XAP / XFM / XFM-1.3 / XFM-1 / xfm-1.3 / Xfm.cpp < prev    next >
Encoding:
Text File  |  1994-05-14  |  4.1 KB  |  131 lines

  1. !***********************************************************************
  2. ! Application defaults for xfm.
  3. ! Most of these are the defaults anyway, but they are listed here so you can
  4. ! change them if necessary.
  5. !***********************************************************************
  6.  
  7. ! Search paths for icon files
  8. *bitmapPath: LIBDIR/bitmaps:/usr/include/X11/bitmaps
  9. *pixmapPath: LIBDIR/pixmaps:/usr/include/X11/pixmaps
  10.  
  11. ! Default applications file to be loaded at startup
  12. *applicationDataFile: ~/.xfm/xfm-apps
  13.  
  14. ! Configuration file (where the file types are specified)
  15. *configFile: ~/.xfm/xfmrc
  16.  
  17. ! Device configuration file (floppies and such)
  18. *devFile: ~/.xfm/xfmdev
  19.  
  20. ! Autosave feature for application files
  21. *autoSave: true
  22.  
  23. ! Double click time in milliseconds
  24. *doubleClickTime:        500
  25.  
  26. ! Time interval in milliseconds for automatic folder updates (set to zero to
  27. ! disable this feature)
  28. *updateInterval:        10000
  29.  
  30. !***********************************************************************
  31. ! Preferences
  32. !***********************************************************************
  33.  
  34. ! Geometry for application and initial file manager windows
  35. Xfm.Geometry:            270x350+420+70
  36. Xfm.initGeometry:        400x350+5+70
  37. ! Geometry for subsequent file windows
  38. Xfm.file window.Geometry:    400x350
  39.  
  40. ! If you do not want to go chasing dialog popups around the screen, but rather
  41. ! have them in a fixed location, uncomment the following (recommended)
  42. *TransientShell.geometry: +150+180
  43.  
  44. ! The following removes borders from the main menu buttons (my own preference)
  45. *file window*button box.?.borderWidth: 0
  46.  
  47. ! NOTE: The background color of icons is determined from the Xfm.background
  48. ! resource. Make sure that this resource is always given a value appropriate
  49. ! for *both* application and file windows.
  50.  
  51. ! The background color for file and application windows
  52. *background: lightgray
  53.  
  54. ! The foreground color for icon toggles; this is also used when an icon toggle
  55. ! is highlighted or marked
  56. *viewport.icon box*Toggle.foreground: red
  57.  
  58. ! Use these only if you  have the 75dpi fonts. (recommended)
  59. *boldFont:            -adobe-helvetica-bold-r-*-*-12-*
  60. *iconFont:            -adobe-helvetica-medium-r-*-*-10-*
  61. *buttonFont:            -adobe-helvetica-medium-r-*-*-12-*
  62. *menuFont:            -adobe-helvetica-medium-r-*-*-12-*
  63. *labelFont:            -adobe-helvetica-medium-r-*-*-12-*
  64. *statusFont:            -adobe-helvetica-medium-r-*-*-10-*
  65. ! This must be a fixed width font
  66. *cellFont:            fixed
  67.  
  68. ! Specify the sizes of the different icon toggles. The following values
  69. ! are appropriate for the icons supplied with xfm.
  70. *appIconWidth: 72
  71. *appIconHeight: 60
  72. *fileIconWidth: 48
  73. *fileIconHeight: 40
  74. *treeIconWidth: 48
  75. *treeIconHeight: 32
  76.  
  77. ! Confirmation for various operations
  78. *confirmDeletes:         true
  79. *confirmDeleteFolder:         true
  80. *confirmCopies:         true
  81. *confirmMoves:             true
  82. *confirmOverwrite:        true
  83. *confirmQuit:            true
  84.  
  85. ! Echo actions on stderr (useful for debugging purposes)
  86. *echoActions:            false
  87.  
  88. ! Directory display in Text type
  89. *showOwner:             true
  90. *showDate:             true
  91. *showPermissions:         true
  92. *showLength:             true
  93.  
  94. ! The type of the first and subsequent file windows
  95. ! valid values are Tree, Icons and Text
  96. *initialDisplayType:         Icons
  97. *defaultDisplayType:         Icons
  98.  
  99. ! The type of sorting used by default
  100. ! valid values are SortBy{Name,Size,Date}
  101. *defaultSortType:         SortByName
  102.  
  103. ! The default editor to use
  104. *defaultEditor:         exec emacs
  105.  
  106. !***********************************************************************
  107. ! Miscellaneous settings (see also FmMain.c)
  108. ! Normally you won't have to change these.
  109. !***********************************************************************
  110.  
  111. *Command.cursor: hand2
  112. *MenuButton.cursor: hand2
  113. *viewport.forceBars: true
  114. *popup form*bitmap.borderWidth : 0
  115. *popup form*label.borderWidth : 0
  116. *button box.orientation: horizontal
  117. *button box.borderWidth: 0
  118. *viewport.borderWidth: 0
  119. *viewport.icon box*Label.borderWidth : 0
  120. *viewport.icon box.Command.borderWidth : 0
  121. *viewport.icon box.Form.borderWidth : 0
  122. *viewport.icon box*Toggle.borderWidth : 1
  123. *chmod*Label.borderWidth : 0
  124. *info*Label.borderWidth : 0
  125. *error*Label.borderWidth : 0
  126. *confirm*Label.borderWidth : 0
  127. *Text*translations : #override \n\
  128.  <Key>Return: no-op() \n\
  129.  <Key>Linefeed : no-op() \n\
  130.  Ctrl<Key>J : no-op() \n
  131.