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

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:

66ccf653d408592ce73c0e676a5fc3fc86c79d8a
[etc/xsession.git] / .Xdefaults
1 *geometry:                     80x24
2 *visualBell:                   false
3 *urgentOnBell:                 true
4 *font:                         -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
5 *background:                   white
6 *foreground:                   black
7
8 *saveLines:                    50000
9
10 *utmpInhibit:                  true
11
12 Rxvt.colorBD:                  darkblue
13 Rxvt.colorUL:                  darkred
14 Rxvt.underLine:                off
15 Rxvt.colorMode:                on
16 URxvt.dynamicColors:           on
17
18 Rxvt.scrollBar_right:          true
19 Rxvt.scrollBar:                false
20 Rxvt.scrollTtyOutput:          false
21 Rxvt.scrollTtyKeypress:        true
22 Rxvt.scrollWithBuffer:         false
23 Rxvt.jumpScroll:               true
24 URxvt.scrollstyle:             plain
25 URxvt.secondaryScroll:         true
26 URxvt.print-pipe:              T=$(mktemp /tmp/urxvt.XXXXXX); echo $T; cat > $T
27
28 URxvt.searchable-scrollback:   CM-s
29
30 URxvt.mapAlert:                true
31
32 // URxvt.cutchars:                "()*,<>[]{}|'
33
34 Rxvt.loginShell:               true
35
36 URxvt.perl-ext-common:         default,matcher,selection-pastebin
37
38 URxvt.keysym.C-Return:         perl:matcher
39 URxvt.matcher.rend.0:          Uline
40 URxvt.matcher.pattern.1:       \\B(/\\S+?)\072(\\d+)\\b
41 URxvt.matcher.launcher.1:      gvim +$2 $1
42 URxvt.matcher.rend.1:          Uline
43 //URxvt.matcher.pattern.2:       \\B\043(\\d{6})\\b
44 ////URxvt.matcher.launcher.2:      sensible-browser bugs.debian.org/$1
45 //URxvt.matcher.launcher.2:      echo bug \$1
46 //URxvt.matcher.rend.2:          Uline
47
48 URxvt.selection-pastebin.cmd:  pub %
49 URxvt.selection-pastebin.url:  http\072\057\057scratch.madduck.net/%
50 URxvt.keysym.C-M-p:            perl:selection-pastebin:remote-pastebin
51
52 // URxvt.depth:                   32
53 // URxvt.background:              rgba:0000/0000/0000/dddd
54 URxvt.transparent:             false