summaryrefslogtreecommitdiffstats
path: root/x11/.config/Xresources/URxvt.conf
blob: 85ea28f18cab65787629264a6c685bd93420c284 (plain)
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
83
84
85
! Instead of having the window manager add a border, add an internal
! border to Rxvt Unicode, for style!
URxvt.internalBorder: 15

! Always start a login shell when URxvt starts.
URxvt.loginShell: true

! Do not show a scrollbar.
URxvt.scrollBar: false

! Save a lot of lines in the scrollback buffer. Possibly even the
! maximum.
URxvt.saveLines: 65535

! Make sure that the cursor doesn't blink. Even though it's the
! default, you can not be too careful.
URxvt.cursorBlink: false

! Show the cursor as a horizontal bar (or underline) instead of a
! solid box. Too bad I can not use a vertical bar like in Emacs.
URxvt.cursorUnderline: true

! Set the urgency WM hint when a bell character appears.
URxvt.urgentOnBell: true

! Make sure that the termcap libraries know I am using a 256-color
! terminal emulator.
URxvt.termName: rxvt-256color

! Make sure that no visual bell is used when a bell character appears.
! Again, this may be the default, but you can not be too careful.
URxvt.visualBell: false

! URxvt seems to render letters much wider than, for example, Emacs by
! default. Fix it by setting the letterspace to a negative value.
URxvt.letterSpace: -2

! Enable the url-select plugin along with the default plugins.
URxvt.perl-ext-common: default,url-select

! Use Conkeror to open URLs
URxvt.url-launcher: conkeror

! Use an excellent font.
URxvt.font: xft:Fantasque Sans Mono-13:weight=medium
URxvt.boldFont: xft:Fantasque Sans Mono-13:weight=bold
URxvt.italicFont: xft:Fantasque Sans Mono-13:slant=italic

! Attempt to find a visual with the given bit depth.
URxvt.depth: 32

!! url-select Settings
! Activate URL selection mode with M-u (Alt+u, Meta+u). Open the links
! with Conkeror and show an underline under every URL found.
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/conkeror
URxvt.url-select.underline: true

!! Colors
URxvt.background: backgroundColor
URxvt.foreground: foregroundColor
! Black
URxvt.color0:  bgdim
URxvt.color8:  bgbright
! Red
URxvt.color1:  fgred
URxvt.color9:  #da9d9d
! Green
URxvt.color2:  fggreen
URxvt.color10: #a9d39e
! Yellow
URxvt.color3:  fgyellow
URxvt.color11: #c2ca9e
! Blue
URxvt.color4:  fgblue
URxvt.color12: #a2b8d8
! Magenta
URxvt.color5:  fgmagenta
URxvt.color13: #d0a8da
! Cyan
URxvt.color6:  fgcyan
URxvt.color14: #abdddd
! White
URxvt.color7:  fgdim
URxvt.color15: fgbright