File: Xfm.ad

package info (click to toggle)
xfm 1.4.3-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,424 kB
  • ctags: 1,642
  • sloc: ansic: 15,087; cpp: 510; makefile: 43; sh: 21
file content (155 lines) | stat: -rw-r--r-- 4,780 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
!***********************************************************************
! 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
*bitmapPath: /usr/X11/lib/X11/xfm/bitmaps:/usr/include/X11/bitmaps
*pixmapPath: /usr/X11/lib/X11/xfm/pixmaps:/usr/include/X11/pixmaps

! Default applications file to be loaded at startup
*applicationDataFile: ~/.xfm/Apps

! Directory in which new application files are created
*applicationDataDir: ~/.xfm

! Clipboard for Cut/Copy/Paste operations in application window
*applicationDataClip: ~/.xfm/.XfmClip

! Configuration file (where the file types are specified)
*configFile: ~/.xfm/xfmrc

! Device configuration file (floppies and such)
*devFile: ~/.xfm/xfmdev

! Magic headers configuration file (files you recognize by their header)
*magicFile: ~/.xfm/magic

! Double click time in milliseconds
*doubleClickTime:		300

! Time interval in milliseconds for automatic folder updates (set to zero to
! disable this feature)
*updateInterval:		10000

! Just two examples -- you should not need this
!*BourneShells: AUTO
!*BourneShells: /bin/sh, /usr/local/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)
*TransientShell.geometry: +210+295

! The following removes borders from the main menu buttons (my own preference)
*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
*background: lightgray

! The foreground color for icon toggles; this is also used when an icon toggle
! is highlighted or marked
!*viewport.icon box*Toggle.foreground: red

! Use these only if you  have the 75dpi fonts. (recommended)
*boldFont:			-adobe-helvetica-bold-r-*-*-12-*
*iconFont:			-adobe-helvetica-medium-r-*-*-10-*
*buttonFont:			-adobe-helvetica-medium-r-*-*-12-*
*menuFont:			-adobe-helvetica-medium-r-*-*-12-*
*labelFont:			-adobe-helvetica-medium-r-*-*-12-*
*statusFont:			-adobe-helvetica-medium-r-*-*-10-*
! This must be a fixed width font
*cellFont:			fixed

! Specify the sizes of the different icon toggles. The following values
! are appropriate for the icons supplied with xfm.
*appIconWidth: 72
*appIconHeight: 60
*fileIconWidth: 48
*fileIconHeight: 40
*treeIconWidth: 48
*treeIconHeight: 32

! Confirmation for various operations
*confirmDeletes: 		true
*confirmDeleteFolder: 		true
*confirmCopies: 		true
*confirmMoves: 			true
*confirmOverwrite:		true
*confirmQuit:			true

! Echo actions on stderr (useful for debugging purposes)
*echoActions:			false

! Directory display in Text type
*showOwner: 			true
*showDate: 			true
*showPermissions: 		true
*showLength: 			true

! The type of the first and subsequent file windows
! valid values are Tree, Icons and Text
*initialDisplayType:	 	Icons
*defaultDisplayType: 		Icons

! The type of sorting used by default
! valid values are SortBy{Name,Size,Date}
*defaultSortType: 		SortByName

! The default editor to use
*defaultEditor: 		exec emacs

! The default viewer to use
*defaultViewer: 		exec xless

!***********************************************************************
! Miscellaneous settings (see also FmMain.c)
! Normally you won't have to change these.
!***********************************************************************

*Command.cursor: hand2
*MenuButton.cursor: hand2
*viewport.forceBars: true
*popup form*bitmap.borderWidth : 0
*popup form*label.borderWidth : 0
*button box.orientation: horizontal
*button box.borderWidth: 0
*file window*viewport.borderWidth: 0
*viewport.icon box*Label.borderWidth : 0
*viewport.icon box.Command.borderWidth : 0
*viewport.icon box.Form.borderWidth : 0
*viewport.icon box*Toggle.borderWidth : 1
*chmod*Label.borderWidth : 0
*info*Label.borderWidth : 0
*error*Label.borderWidth : 0
*confirm*Label.borderWidth : 0
*Text*translations : #override \n <Key>Return: no-op() \n <Key>Linefeed : no-op() \n Ctrl<Key>J : no-op() \n



*Text*baseTranslations : #override \n <Key>Return: no-op() \n <Key>Linefeed : no-op() \n Ctrl<Key>J : no-op() \n