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

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