Blob


1 ! ===== fonts
2 Xft.dpi: 120
3 Xft.hintstyle : hintslight
4 Xft.hinting : true
5 Xft.antialias : 1
6 Xft.rgba : rgb
7 Xft.autohint: true
8 Xft.lcdfilter: lcddefault
10 ! xterm ----------------------------------------------------------------------
12 ! Enable dynamic coloring
13 xterm*dynamicColors: true
14 xterm*saveLines: 4096
15 ! Go to bottom when scrolling and a key is pressed
16 xterm*scrollKey: true
17 ! Go to bottom when scrolling and sth happens in the terminal
18 xterm*scrollTtyOutput: false
19 ! No scrollbar
20 xterm*scrollBar: false
21 ! Scroll multiple lines at once
22 xterm*jumpScroll: true
23 ! Scrolling is done asynchronously
24 xterm*multiScroll: true
25 xterm*utf8: true
26 xterm*locale: true
27 xterm*eightBitInput: true
28 xterm*background: black
29 xterm*foreground: gray
30 !xterm*background: #100010000000
31 !xterm*foreground: #7FFFDFFFDFFF
32 xterm*cursorColor: white
33 xterm*termName: screen-256color
34 ! Enable visual bells
35 XTerm*visualbell: true
36 xterm*bellIsUrgent: true
37 ! No borders
38 xterm*borderWidth: 0
39 ! Disable enabling xterm fullscreen with Alt + Enter
40 XTerm*fullscreen: never
41 !xterm*font: xft:fixed-10
42 !xterm*font: -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
43 XTerm*font : -*-terminus-medium-*-*-*-22-*-*-*-*-*-iso10646-1
44 XTerm*font1: -*-terminus-medium-*-*-*-16-*-*-*-*-*-iso10646-1
45 XTerm*font2: -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-1
46 XTerm*font3: -*-terminus-medium-*-*-*-16-*-*-*-*-*-iso10646-1
47 XTerm*font4: -*-terminus-medium-*-*-*-22-*-*-*-*-*-iso10646-1
48 XTerm*font5: -*-terminus-medium-*-*-*-24-*-*-*-*-*-iso10646-1
49 XTerm*font6: -*-terminus-medium-*-*-*-32-*-*-*-*-*-iso10646-1
50 ! make alt key work normally
51 !XTerm*vt100.metaSendsEscape : true
52 XTerm*metaSendsEscape : true
53 ! and do not include a trailing newline in the selection!
54 XTerm*cutNewline: false
55 ! select word on two clicks
56 XTerm*on2Clicks: word
57 xterm*on3Clicks: regex [^ \n]+
58 XTerm*on4Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
59 ! select whole line
60 XTerm*on5Clicks: line
61 ! font resize with Ctrl +/- and insert clipboard with Ctrl+Shift+v
62 xterm*VT100.Translations: #override \
63 Ctrl <Key> minus: smaller-vt-font() \n\
64 Ctrl <Key> plus: larger-vt-font() \n\
65 Ctrl <Key> 0: set-vt-font(d) \n\
66 Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
67 Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
69 ! urxvt ------------------------------------------------------------------------
70 URxvt*saveLines: 12000
71 URxvt*scrollBar: false
72 URxvt*fading: 30
73 ! Set transparent background
74 !URxvt*transparent: true
75 !URxvt*shading:20
77 URxvt*background: black
78 URxvt*foreground: gray
80 ! general ----------------------------------------------------------------------
81 !*font: -*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*
82 !*font: -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
83 *font: -*-terminus-medium-*-*-*-22-*-*-*-*-*-iso10646-*
84 *background: black
85 *foreground: white
87 XCalc*Cursor: pencil
89 XCalc*font: -*-unifont-*-*-*-*-*-120-*-*-*-*-*-*
90 XCalc*geometry: 420x280
92 XCalc*shapeStyle: RoundedRectangle
94 XCalc*ti.background: rgb:2/2/3
96 XCalc*ti.bevel.borderColor: rgb:2/2/2
97 XCalc*ti.bevel.background: rgb:b/c/9
98 XCalc*ti.bevel.screen*background: rgb:b/c/8
99 XCalc*ti.bevel.screen.borderColor: rgb:b/c/d
100 XCalc*ti.bevel.screen*.foreground: rgb:2/2/2
102 XCalc*ti.bevel.horizDistance: 16
103 XCalc*ti.bevel.vertDistance: 8
105 XCalc*Command.borderColor: rgb:2/2/3
107 ! 7894561230
108 XCalc*ti.button7.background: rgb:7/3/2
109 XCalc*ti.button8.background: rgb:7/3/2
110 XCalc*ti.button9.background: rgb:7/3/2
112 XCalc*ti.button17.background: rgb:7/3/2
113 XCalc*ti.button18.background: rgb:7/3/2
114 XCalc*ti.button19.background: rgb:7/3/2
116 XCalc*ti.button27.background: rgb:7/3/2
117 XCalc*ti.button28.background: rgb:7/3/2
118 XCalc*ti.button29.background: rgb:7/3/2
120 XCalc*ti.button36.background: rgb:7/3/2
122 ! exponent
123 XCalc*ti.button16.label: E+
124 XCalc*ti.button16.background: rgb:7/3/2
125 ! ,
126 XCalc*ti.button37.label: ,
127 XCalc*ti.button37.background: rgb:7/3/2
129 ! / - +
130 XCalc*ti.button10.background: rgb:2/4/2
131 XCalc*ti.button30.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
132 XCalc*ti.button30.background: rgb:2/4/2
133 XCalc*ti.button39.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
134 XCalc*ti.button39.background: rgb:2/4/2
136 ! *
137 XCalc*ti.button20.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
138 XCalc*ti.button20.label: \264
139 XCalc*ti.button20.background: rgb:2/4/2
140 ! sum
141 XCalc*ti.button38.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
142 XCalc*ti.button38.label: \345
143 XCalc*ti.button38.background: rgb:2/4/2
144 ! change sign
145 XCalc*ti.button6.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
146 XCalc*ti.button6.label: \261
147 XCalc*ti.button6.background: rgb:2/4/2
149 ! power/root/factorial
150 XCalc*ti.button1.background: rgb:5/5/2
151 XCalc*ti.button2.background: rgb:5/5/2
152 XCalc*ti.button3.background: rgb:5/5/2
153 XCalc*ti.button4.background: rgb:5/5/2
154 XCalc*ti.button5.background: rgb:5/5/2
155 XCalc*ti.button11.background: rgb:5/5/2
157 ! trigonometric
158 XCalc*ti.button12.background: rgb:5/2/5
159 XCalc*ti.button13.background: rgb:5/2/5
160 XCalc*ti.button14.background: rgb:5/2/5
161 XCalc*ti.button15.background: rgb:5/2/5
162 ! degree
163 XCalc*ti.button32.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
164 XCalc*ti.button32.label: \260
165 XCalc*ti.button32.background: rgb:5/2/5
166 ! inverse
167 XCalc*ti.button33.label: arc
168 XCalc*ti.button33.background: rgb:5/2/5
170 ! stack
171 XCalc*ti.button23.label: roll
172 XCalc*ti.button23.background: rgb:4/2/8
173 XCalc*ti.button24.label: swap
174 XCalc*ti.button24.background: rgb:4/2/8
175 ! history
176 XCalc*ti.button25.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
177 XCalc*ti.button25.label: \254
178 XCalc*ti.button25.background: rgb:4/2/8
179 ! store/recall
180 XCalc*ti.button34.label: STO
181 XCalc*ti.button34.background: rgb:4/2/8
182 XCalc*ti.button35.label: RCL
183 XCalc*ti.button35.background: rgb:4/2/8
185 ! ENTER
186 XCalc*ti.button26.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
187 XCalc*ti.button26.label: \277
188 XCalc*ti.button26.background: rgb:2/3/6
189 ! ON
190 XCalc*ti.button31.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
191 XCalc*ti.button31.label: \340
192 XCalc*ti.button31.background: rgb:9/4/8