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

store temp xsession errors file on cleanup
[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=14,\
12                                xft:Noto Mono:pixelsize=13,\
13                                -misc-fixed-medium-r-semicondensed--14-130-75-75-c-70-iso10646-1
14 #endif
15
16 URxvt.keysym.C-equal:          font-size:increase
17 URxvt.keysym.C-minus:          font-size:decrease
18 URxvt.keysym.C-plus:           font-size:incglobal
19 URxvt.keysym.C-underscore:     font-size:decglobal
20 URxvt.keysym.C-0:              font-size:reset
21 URxvt.keysym.C-backslash:      font-size:show
22
23 Rxvt.background:               white
24 Rxvt.foreground:               black
25
26 Rxvt.saveLines:                50000
27
28 Rxvt.utmpInhibit:              true
29
30 Rxvt.colorBD:                  darkblue
31 Rxvt.colorUL:                  darkred
32 Rxvt.underLine:                off
33 Rxvt.colorMode:                on
34 URxvt.dynamicColors:           on
35
36 Rxvt.scrollBar_right:          true
37 Rxvt.scrollBar:                false
38 Rxvt.scrollTtyOutput:          false
39 Rxvt.scrollTtyKeypress:        true
40 Rxvt.scrollWithBuffer:         false
41 Rxvt.jumpScroll:               true
42 URxvt.scrollstyle:             plain
43 URxvt.secondaryScroll:         true
44 URxvt.print-pipe:              cat > $(mktemp /tmp/$(date +%Y-%m-%d-%H%M%S)-urxvt_XXXXXX.txt)
45
46 URxvt.keysym.MC-s:             searchable-scrollback:start
47 !The following is required due to #839770
48 URxvt.keysym.M-s:              builtin:
49
50 URxvt.mapAlert:                true
51
52 URxvt.cutchars:                "\`\"'&()*,;<=>?@[]^{|}⇝·/:"
53
54 Rxvt.loginShell:               true
55
56 URxvt.iso14755:                false
57
58 URxvt.perl-ext-common:         default,matcher,confirm-paste,-readline,font-size
59
60 URxvt.keysym.C-Return:         matcher:select
61 URxvt.keysym.MC-Return:        matcher:last
62 URxvt.matcher.rend.0:          Uline
63 URxvt.matcher.pattern.1:       \\B(\.?/\\S+?)\072(\\d+)\\b
64 URxvt.matcher.launcher.1:      x-terminal-emulator -e vim +$2 $1
65 URxvt.matcher.rend.1:          Uline
66 !URxvt.matcher.pattern.2:       \\B\043(\\d{6})\\b
67 !URxvt.matcher.launcher.2:      sensible-browser http://bugs.debian.org/$1
68 !URxvt.matcher.rend.2:          Uline
69
70 // URxvt.depth:                   32
71 // URxvt.background:              rgba:0000/0000/0000/dddd
72 URxvt.transparent:             false
73
74 URxvt.termName:                 rxvt-unicode-256color
75
76 URxvt.keysym.A-t:               eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F", localtime))) }
77 URxvt.keysym.A-T:               eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F-%H%M%S", localtime))) }
78
79 irc.keysym.A-t:                 builtin:
80 irc.keysym.A-T:                 builtin: