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 |
20 ! Allow Alt as Meta in Emacs: |
23 ! Allow Alt as Meta in Emacs: |
21 XTerm*eightBitInput: false |
24 XTerm*eightBitInput: false |
22 XTerm*metaSendsEscape: true |
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 |
23 |
32 |
24 |
33 |
25 Rxvt*background: white |
34 Rxvt*background: white |
26 Rxvt*foreground: black |
35 Rxvt*foreground: black |
27 Rxvt*cursorColor: brown |
36 Rxvt*cursorColor: brown |
28 Rxvt*geometry: 120x40 |
37 Rxvt*geometry: 120x40 |
29 Rxvt*font: 7x14 |
38 Rxvt*font: 7x14 |
30 ! Rxvt*boldFont: 7x14 |
39 ! Rxvt*boldFont: 7x14 |
31 Rxvt*scrollBar: on |
40 Rxvt*scrollBar: on |
32 Rxvt*saveLines: 5000 |
41 Rxvt*saveLines: 5000 |
33 ! 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 |
34 ! 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! |
35 Rxvt*loginShell: false |
47 Rxvt*loginShell: false |
36 |
48 |
37 xpdf*initialZoom: width |
49 xpdf*initialZoom: width |
38 |
50 |
39 ! xterm*font: 10x20 |
|
40 ! XTerm*loginShell: true |
|
41 |
|
42 ! Xft.hinting: none |
51 ! Xft.hinting: none |
43 ! Xft.dpi: 96 |
52 ! Xft.dpi: 96 |