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

83041b3404061853209675c1bfac7f275aa38562
[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.perl-ext-common:         default,matcher,confirm-paste,-readline,font-size
57
58 URxvt.keysym.C-Return:         matcher:select
59 URxvt.keysym.MC-Return:        matcher:last
60 URxvt.matcher.rend.0:          Uline
61 URxvt.matcher.pattern.1:       \\B(\.?/\\S+?)\072(\\d+)\\b
62 URxvt.matcher.launcher.1:      x-terminal-emulator -e vim +$2 $1
63 URxvt.matcher.rend.1:          Uline
64 !URxvt.matcher.pattern.2:       \\B\043(\\d{6})\\b
65 !URxvt.matcher.launcher.2:      sensible-browser http://bugs.debian.org/$1
66 !URxvt.matcher.rend.2:          Uline
67
68 // URxvt.depth:                   32
69 // URxvt.background:              rgba:0000/0000/0000/dddd
70 URxvt.transparent:             false
71
72 URxvt.termName:                 rxvt-unicode
73
74 URxvt.keysym.A-t:               eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F", localtime))) }
75 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))) }