15 ! keep LCtrl+LShift+[0-9a-f] unicode insertion |
15 ! keep LCtrl+LShift+[0-9a-f] unicode insertion |
16 URxvt.iso14755: true |
16 URxvt.iso14755: true |
17 ! disable LCtrl+LShift+keycap symbolic unicode (use Compose key instead) |
17 ! disable LCtrl+LShift+keycap symbolic unicode (use Compose key instead) |
18 URxvt.iso14755_52: false |
18 URxvt.iso14755_52: false |
19 |
19 |
|
20 XTerm*termName: xterm-256color |
|
21 XTerm*locale: true |
|
22 XTerm*metaSendsEscape: true |
|
23 |
|
24 XTerm*foreground: #DFDFDF |
|
25 XTerm*background: #070707 |
|
26 XTerm*faceName: monospace:size=12 |
|
27 XTerm*saveLines: 1000 |
|
28 XTerm*VT100.geometry: 120x40 |
|
29 |
20 #ifdef USE_LOCAL |
30 #ifdef USE_LOCAL |
21 #include ".Xdefaults.local" |
31 #include ".Xdefaults.local" |
22 #endif |
32 #endif |