blob: 87c4e3d9fe5fb4bbc28a5e949a0d64b8f7007f7d (
plain) (
blame)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# General terminal configuration
#xterm*scrollTtyOutput: false
xterm*rightScrollBar: true
#xterm*faceName: Ubuntu Mono:pixelsize=16
xterm*utf8: 2
xterm*scrollBar: false
xterm*saveLines: 512
xterm*geometry: 80x25
xterm*scrollTtyKeypress: true
xterm*dynamicColors: true
xterm*jumpScroll: true
xterm*eightBitInput: true
xterm*multiScroll: true
xterm*toolBar: false
*reverseVideo:true
#*Text.background: #0000FF
# *foreground: #dddddd
# *background: #111111
# *background: #0000FF
# *color0: #000000
# *color1: #ff6565
# *color2: #93d44f
# *color3: #eab93d
# *color4: #204a87
# *color5: #ce5c00
# *color6: #89b6e2
# *color7: #cccccc
# *color8: #555753
# *color9: #ff8d8d
# *color10: #c8e7a8
# *color11: #ffc123
# *color12: #3465a4
# *color13: #f57900
# *color14: #46a4ff
# *color15: #ffffff
# Configuration for urxvt
URxvt.keysym.C-Right : \033[1;5C
URxvt.keysym.C-Left : \033[1;5D
URxvt.matcher.button: 1
#rxvt*modifier: alt
#urxvt*modifier: alt
URxvt.scrollBar: off
URxvt*scrollstyle: rxvt
#URxvt*transparent: true
Rxvt*shading: 15
#URxvt.font: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1
#URxvt.font: -misc-fixed-medium-r-normal--15-120-90--c-90-iso8859-1
URxvt.font: xft:Ubuntu Mono:size=14
#URxvt.font: xft:ProFontIIx:size=10
#xft.rgba: rgb
#xft.hinting: true
#xft.antialias: true
#xft.hintstyle: hintfull
#xft.dpi: 96
Xft.autohint: true
Xft.antialias: true
URxvt.perl-ext-common: default,clipboard,url-select,matcher,resize-font
URxvt.keysym.M-u: perl:url-select:select_next
#URxvt.url-select.launcher: /usr/bin/firefox -new-tab
URxvt.url-select.launcher: /usr/bin/opera
#URxvt.url-select.launcher: /usr/bin/dillo
URxvt.url-select.underline: true
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
# Other configuration
Xcursor*theme: Adwaita
*visualBell: false
|