-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xdefaults
46 lines (37 loc) · 1.15 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
!File : .Xresources
rxvt*font: -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-*
rxvt*background: black
rxvt*foreground: wheat
emacs.background: wheat
emacs.foreground: black
emacs.font: -*-dejavu sans mono-medium-r-normal-*-*-*-*-*-m-0-iso10646-*
emacs.geometry: 120x60+330+50
xterm*font: -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-*
!XTerm.cw*vt100.boldMode: false
!xterm*faceName: terminusbold:pixelsize=16
!xterm*dynamicColors: true
xterm*utf8: 2
!xterm*eightBitInput: true
!Set double click selection to cross [-./:] boundaries
xterm*charClass: 45:48,46:48,47:48,58:48
xterm*background: black
xterm*foreground: wheat
!xterm*pointerColor: red
!xterm*pointerColorBackground: black
!xterm*cursorColor: navy
xterm*internalBorder: 3
xterm*loginShell: true
xterm*scrollBar: true
xterm*scrollTtyKeypress: true
xterm*scrollTtyOutput: false
!xterm*scrollKey: true
!xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*saveLines: 1000
!xterm*multiClickTime: 250
! Blink instead of beeping
*visualBell: True
!XTerm.VT100.translations: #override \
! <Btn2Up>:ignore() \n\
! <FocusIn>:ignore() \n\
! <FocusOut>:ignore() \n\