15 ! emacs.font: -misc-fixed-medium-r-*-*-14-*-*-*-*-*-iso8859-* |
15 ! emacs.font: -misc-fixed-medium-r-*-*-14-*-*-*-*-*-iso8859-* |
16 |
16 |
17 ! emacs.geometry: 20x20+0+0 |
17 ! emacs.geometry: 20x20+0+0 |
18 ! emacs.FontBackend: xft |
18 ! emacs.FontBackend: xft |
19 |
19 |
|
20 XTerm*background: white |
|
21 XTerm*foreground: black |
|
22 XTerm*cursorColor: brown |
|
23 ! Allow Alt as Meta in Emacs: |
|
24 XTerm*eightBitInput: false |
|
25 XTerm*metaSendsEscape: true |
|
26 ! When an interactive shell that is not a login shell is started, bash reads |
|
27 ! and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files |
|
28 ! exist. |
|
29 ! By default 'xterm' start shell with '-i', so it interactive. But if it also |
|
30 ! login shell then ~/.bashrc will not be read. Awful! |
|
31 XTerm*loginShell: false |
|
32 |
|
33 |
20 Rxvt*background: white |
34 Rxvt*background: white |
21 Rxvt*foreground: black |
35 Rxvt*foreground: black |
22 Rxvt*cursorColor: brown |
36 Rxvt*cursorColor: brown |
23 Rxvt*geometry: 120x40 |
37 Rxvt*geometry: 120x40 |
24 Rxvt*font: 7x14 |
38 Rxvt*font: 7x14 |
25 ! Rxvt*boldFont: 7x14 |
39 ! Rxvt*boldFont: 7x14 |
26 Rxvt*scrollBar: on |
40 Rxvt*scrollBar: on |
27 Rxvt*saveLines: 5000 |
41 Rxvt*saveLines: 5000 |
28 ! By default rxvt start shell without args, so it interactive. But if it also login shell |
42 ! When an interactive shell that is not a login shell is started, bash reads |
29 ! then ~/.bashrc will not be read. Awful! |
43 ! and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files |
|
44 ! exist. |
|
45 ! By default rxvt start shell without args, so it interactive. But if it also |
|
46 ! login shell then ~/.bashrc will not be read. Awful! |
30 Rxvt*loginShell: false |
47 Rxvt*loginShell: false |
31 |
48 |
32 xpdf*initialZoom: width |
49 xpdf*initialZoom: width |
33 |
50 |
34 ! xterm*font: 10x20 |
|
35 ! XTerm*loginShell: true |
|
36 |
|
37 ! Xft.hinting: none |
51 ! Xft.hinting: none |
38 ! Xft.dpi: 96 |
52 ! Xft.dpi: 96 |