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