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

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