]> git.madduck.net Git - etc/xsession.git/blob - .Xresources

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

154b540973de7238a2487911f8597394a1c9db72
[etc/xsession.git] / .Xresources
1 Rxvt.visualBell:               false
2 Rxvt.urgentOnBell:             true
3
4 #if X_RESOLUTION > 3780
5 Rxvt.font:                     \
6                                xft:Bitstream Vera Sans Mono:pixelsize=17,\
7                                xft:Noto Mono:pixelsize=16,\
8                                -misc-fixed-medium-r-normal--17-120-100-100-c-0-iso10646-1
9 #else
10 Rxvt.font:                     \
11                                xft:Bitstream Vera Sans Mono:pixelsize=13,\
12                                xft:Noto Mono:pixelsize=12,\
13                                -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
14 #endif
15
16 Rxvt.background:               white
17 Rxvt.foreground:               black
18
19 Rxvt.saveLines:                50000
20
21 Rxvt.utmpInhibit:              true
22
23 Rxvt.colorBD:                  darkblue
24 Rxvt.colorUL:                  darkred
25 Rxvt.underLine:                off
26 Rxvt.colorMode:                on
27 URxvt.dynamicColors:           on
28
29 Rxvt.scrollBar_right:          true
30 Rxvt.scrollBar:                false
31 Rxvt.scrollTtyOutput:          false
32 Rxvt.scrollTtyKeypress:        true
33 Rxvt.scrollWithBuffer:         false
34 Rxvt.jumpScroll:               true
35 URxvt.scrollstyle:             plain
36 URxvt.secondaryScroll:         true
37 URxvt.print-pipe:              cat > $(mktemp /tmp/$(date +%Y-%m-%d-%H%M%S)-urxvt_XXXXXX.txt)
38
39 URxvt.keysym.MC-s:             searchable-scrollback:start
40 !The following is required due to #839770
41 URxvt.keysym.M-s:              builtin:
42
43 URxvt.mapAlert:                true
44
45 URxvt.cutchars:                "\`\"'&()*,;<=>?@[]^{|}⇝·/:"
46
47 Rxvt.loginShell:               true
48
49 URxvt.perl-ext-common:         default,matcher,confirm-paste,-readline
50
51 URxvt.keysym.C-Return:         matcher:select
52 URxvt.keysym.MC-Return:        matcher:last
53 URxvt.matcher.rend.0:          Uline
54 URxvt.matcher.pattern.1:       \\B(\.?/\\S+?)\072(\\d+)\\b
55 URxvt.matcher.launcher.1:      x-terminal-emulator -e vim +$2 $1
56 URxvt.matcher.rend.1:          Uline
57 !URxvt.matcher.pattern.2:       \\B\043(\\d{6})\\b
58 !URxvt.matcher.launcher.2:      sensible-browser http://bugs.debian.org/$1
59 !URxvt.matcher.rend.2:          Uline
60
61 // URxvt.depth:                   32
62 // URxvt.background:              rgba:0000/0000/0000/dddd
63 URxvt.transparent:             false
64
65 URxvt.termName:                 rxvt-unicode