]> git.rmz.io Git - dotfiles.git/blob - Xresources
Other changes at cadscan (with the ones I want to keep stripped)
[dotfiles.git] / Xresources
1 ! {{{1 Title
2 URxvt*title: urxvt
3 URxvt*termName: rxvt-unicode-256color
4 URxvt*urgentOnBell: true
5 URxvt*iconFile: src/dotfiles/icons/shell.png
6
7 ! {{{1 Font
8 URxvt.font: xft:Hack:size=10
9 URxvt.skipBuiltinGlyphs: true
10 Xft.antialias: true
11
12 ! {{{1 Scrolling
13 URxvt*.scrollBar: false
14 URxvt.saveLines: 10000
15 URxvt.scrollTtyOutput: false
16 URxvt.scrollTtyKeypress: true
17 URxvt.scrollWithBuffer: true
18
19 ! disable Ctrl+Shift UTF8 hex
20 URxvt.iso14755: false
21 URxvt.iso14755_52: false
22
23 ! {{{1 Perl extensions
24 URxvt.perl-lib: .config/urxvt/urxvt-perls
25 URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,autocomplete-ALL-the-things
26 ! {{{2 url-select
27 URxvt.keysym.C-F: perl:url-select:select_next
28 URxvt.url-select.button: 1
29 URxvt.url-select.launcher: mimeo
30 URxvt.url-select.underline: true
31 ! {{{2 keyboard-select
32 URxvt.keysym.C-S-space: perl:keyboard-select:activate
33 URxvt.keysym.C-question: perl:keyboard-select:search
34 ! {{{2 clipboard
35 URxvt.keysym.C-C: perl:clipboard:copy
36 URxvt.keysym.C-V: perl:clipboard:paste
37 URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
38 ! {{{2 autocomplete-ALL-the-things
39 URxvt.keysym.C-S-ISO_Left_Tab: perl:aAtt:fuzzy-WORD-complete
40 URxvt.keysym.C-S-BackSpace: perl:aAtt:undo
41
42 ! {{{1 Colours
43 *.background: #000000
44 *.foreground: #f8f8f2
45 ! Black
46 *.color0: #262729
47 *.color8: #262729
48 ! Red
49 *.color1: #f92671
50 *.color9: #ff669d
51 ! Green
52 *.color2: #a6e22e
53 *.color10: #beed5f
54 ! Yellow
55 *.color3: #fd971f
56 *.color11: #e6db74
57 ! Blue
58 *.color4: #1692d0
59 *.color12: #66d9ef
60 ! Magenta
61 *.color5: #9e6ffe
62 *.color13: #df92f6
63 ! Cyan
64 *.color6: #5e7175
65 *.color14: #a3babf
66 ! White
67 *.color7: #ffffff
68 *.color15: #ffffff
69 ! Cursor
70 *.cursorColor: #b5d2dd