]> git.rmz.io Git - dotfiles.git/blob - Xresources
mutt: use NeoMutt and its config path in XDG_CONFIG_HOME
[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-ext-common: default,clipboard,url-select,keyboard-select,autocomplete-ALL-the-things
25 ! {{{2 url-select
26 URxvt.keysym.C-F: perl:url-select:select_next
27 URxvt.url-select.button: 1
28 URxvt.url-select.launcher: rifle
29 URxvt.url-select.underline: true
30 ! {{{2 keyboard-select
31 URxvt.keysym.C-S-space: perl:keyboard-select:activate
32 URxvt.keysym.C-question: perl:keyboard-select:search
33 ! {{{2 clipboard
34 URxvt.keysym.C-C: perl:clipboard:copy
35 URxvt.keysym.C-V: perl:clipboard:paste
36 URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
37 ! {{{2 autocomplete-ALL-the-things
38 URxvt.keysym.C-S-ISO_Left_Tab: perl:aAtt:fuzzy-WORD-complete
39 URxvt.keysym.C-S-BackSpace: perl:aAtt:undo
40
41 ! {{{1 Colours
42 *.background: #000000
43 *.foreground: #f8f8f2
44 ! Black
45 *.color0: #262729
46 *.color8: #262729
47 ! Red
48 *.color1: #f92671
49 *.color9: #ff669d
50 ! Green
51 *.color2: #a6e22e
52 *.color10: #beed5f
53 ! Yellow
54 *.color3: #fd971f
55 *.color11: #e6db74
56 ! Blue
57 *.color4: #1692d0
58 *.color12: #66d9ef
59 ! Magenta
60 *.color5: #9e6ffe
61 *.color13: #df92f6
62 ! Cyan
63 *.color6: #5e7175
64 *.color14: #a3babf
65 ! White
66 *.color7: #ffffff
67 *.color15: #ffffff
68 ! Cursor
69 *.cursorColor: #b5d2dd