-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xdefaults
211 lines (182 loc) · 5.96 KB
/
.Xdefaults
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
! merge file with:
! xrdb -override $HOME/.Xresources
! ===========================================================================
! OpenWindows Olwm Olvwn
! ===========================================================================
!
OpenWindows.AutoRaise: false
OpenWindows.AutoReReadMenuFile: true
OpenWindows.Beep: never
OpenWindows.ClickMoveThreshold: 5
OpenWindows.DragRightDistance: 50
OpenWindows.DragThreshold: 5
OpenWindows.FocusLenience: true
OpenWindows.IconFlashCount: 3
OpenWindows.IconLocation: bottom
OpenWindows.MinimalDecor: Virtual xload xmem xsysinfo xosview xbiff xclock xeyes
OpenWindows.MultiClickTimeout: 4
OpenWindows.PaintWorkspace: true
OpenWindows.PopupJumpCursor: true
OpenWindows.RubberBandThickness: 1
OpenWindows.ScrollbarPlacement: right
OpenWindows.SelectDisplaysMenu: False
OpenWindows.SelectToggleStacking: true
OpenWindows.SelectWindows: true
OpenWindows.ServerGrabs: true
OpenWindows.SetInput: followmouse
OpenWindows.ShowMoveGeometry: true
OpenWindows.ShowResizeGeometry: true
OpenWindows.SnapToGrid: true
OpenWindows.Use3D: true
OpenWindows.Use3DFrames: true
OpenWindows.Use3DResize: true
OpenWindows.VirtualDesktop: 2x2
OpenWindows.VirtualGrid: none
OpenWindows.VirtualSticky: Virtual xload xmem xsysinfo xosview xbiff xclock swissclock
!OpenWindows.WindowColor: #b2b2b2
!OpenWindows.WorkspaceColor: gray
*printCommand: lpr
Mwm.interactivePlacement: false
grok*ColSheet: black
! xterm*background: LightYellow2
xterm*background: #000020
xterm*foreground: #c0c0c0
xterm.eightBitInput: true
xterm*multiScroll: on
xterm*jumpScroll: on
!xterm*font: -adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1
!xterm*font: -*-*-*-*-*-*-*-*-*-*-*-*-iso8859-15
xterm*ScrollBar: on
xterm*SaveLines: 10000
! xterm*VisualBell: true
xterm.eightBitOutput: true
Scrollbar.JumpCursor: True
Ghostview.pageMedia: A4
*XConsole*text.scrollHorizontal: False
*XConsole*text.wrap: line
!
! XSysinfo
!
XSysinfo*.font: fixed
XSysinfo*.title.label: Linx System Info
XSysinfo*.title.width: 200
XSysinfo*.load.name.label: CPU Load:
XSysinfo*.idle.name.label: CPU Idle:
XSysinfo*.mem.name.label: Memory:
XSysinfo*.swap.name.label: Swap:
! set foreground colors for load
XSysinfo*load*bar.foreground: RosyBrown1
XSysinfo*load*bar.foreground1: IndianRed1
XSysinfo*load*bar.foreground2: OrangeRed1
XSysinfo*load*bar.foreground3: firebrick1
XSysinfo*load*bar.foreground4: pink1
XSysinfo*load*bar.foreground5: HotPink1
XSysinfo*load*bar.foreground6: DeepPink2
XSysinfo*load*bar.foreground7: maroon1
XSysinfo*load*bar.segmentGap: 1
! set idle gauge color
XSysinfo*idle*bar.foreground: green
XSysinfo*idle*bar.backgroud: red
! set mem info gauge colors
XSysinfo*mem*bar.foreground: tomato
XSysinfo*mem*bar.foreground1: green3
XSysinfo*mem*bar.foreground2: orchid
! set swap gauge color
XSysinfo*swap*bar.foreground: hotpink1
! set background
XSysinfo*.background: gray50
XSysinfo*.BarGauge.background: white
*basicLocale: C
*timeFormat: C
*numeric: C
*displayLang: C
*inputLang: C
#ifdef COLOR
*customization: -color
#endif
!Here are the Xaw3D definitions that reside within my .Xdefaults file.
!It took me a while to make everything look like the true Motif feel, so
!put it into your .Xdefaults file and enjoy this cool xterm!
!
! Good Xaw3d Defaults
#ifdef COLOR
*Form.background: grey67
*TransientShell*Dialog.background: grey67
*Command.background: grey77
*MenuButton.background: grey77
*MenuButton.foreground: black
*SimpleMenu*background: grey77
*SimpleMenu*foreground: black
*ScrollbarBackground: grey67
*ScrollbarForeground: grey37
*Scrollbar*background: grey77
*Scrollbar*foreground: grey37
*Scrollbar*pointerColor: black
*Scrollbar*pointerColorBackground: white
*beNiceToColormap: False
#else
*Form.background: black
*Form.foreground: white
*TransientShell*Dialog.background: black
*TransientShell*Dialog.foreground: white
*Command.background: black
*Command.foreground: white
*MenuButton.background: black
*MenuButton.foreground: white
*SimpleMenu*background: black
*SimpleMenu*foreground: white
*ScrollbarBackground: black
*ScrollbarForeground: white
*Scrollbar*background: black
*Scrollbar*foreground: white
*Scrollbar*pointerColor: black
*Scrollbar*pointerColorBackground: white
*beNiceToColormap: True
#endif
XTerm*Scrollbar*width: 16
XTerm*Scrollbar*height: 16
XTerm*Scrollbar*shadowWidth: 2
XTerm*Scrollbar*borderWidth: 3
XTerm*cursorBlink: true
XTerm*cursorOffTime: 200
XTerm*cursorOnTime: 200
*Scrollbar*width: 15
*Scrollbar*height: 15
*Scrollbar*shadowWidth: 2
*Scrollbar*borderWidth: 2
*Scrollbar*cursorName: top_left_arrow
*Scrollbar*pushThumb: false
*Label*shadowWidth: 2
*Label*borderWidth: 2
*shapeStyle: Rectangle
*shadowWidth: 2
*SmeBSB*shadowWidth: 2
*Toggle*highlightThickness: 2
*MenuButton*highlightThickness: 2
*Command*highlightThickness: 2
*Panner*shadowThickness: 2
*SimpleMenu*shadowThickness: 2
*topShadowContrast: 20
*bottomShadowContrast: 45
*PushThumb: False
! ===========================================================================
! Motif
! ===========================================================================
!*XmText.translations: #override\n\
! <Key>osfDelete: delete-previous-character()\n\
! <Key>osfBackSpace: delete-next-character()\n
!
!*XmTextField.translations: #override\n\
! <Key>osfDelete: delete-next-character()\n\
! <Key>osfBackSpace: delete-previous-character()\n
! ===========================================================================
! XTerm
! ===========================================================================
!*vt100.translations: #override \
! <Key>Home: string("[1~") \n\
! <Key>Insert: string("[2~") \n\
! <Key>BackSpace: string("[3~") \n\
! <Key>End: string("[4~")
! http://vim.wikia.com/wiki/Forcing_UTF-8_Vim_to_read_Latin1_as_Latin1
! Currency sign: "¤"
! vim: noet sw=4 ts=4 tw=4 tw=0: