blob: 24fcfbc153787fa127f39da677ee5b8f8fa7c0f5 (
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
|
# General terminal configuration
#xterm*scrollTtyOutput: false
xterm*rightScrollBar: true
xterm*faceName: inconsolata:pixelsize=14
xterm*utf8: 2
xterm*scrollBar: true
xterm*saveLines: 512
xterm*geometry: 80x30
xterm*scrollTtyKeypress: true
xterm*dynamicColors: true
xterm*jumpScroll: true
xterm*eightBitInput: true
xterm*multiScroll: true
xterm*toolBar: false
*Text.background: #efefef
*foreground: #dddddd
*background: #111111
*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: false
Rxvt*shading: 30
#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:inconsolata:size=11
#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.underline: true
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
# Other configuration
Xcursor*theme: Adwaita
*visualBell: false
|