]> 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:

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