--- /dev/null
+! {{{1 Title
+URxvt*title: urxvt
+URxvt*termName: rxvt-unicode-256color
+URxvt*urgentOnBell: true
+URxvt*iconFile: src/dotfiles/icons/shell.png
+
+! {{{1 Font
+URxvt.font: xft:Hack:size=10
+URxvt.skipBuiltinGlyphs: true
+
+Xft.antialias: true
+Xft.autohint: 0
+Xft.hinting: true
+Xft.hintstyle: hintfull
+Xft.lcdfilter: lcddefault
+Xft.rgba: rgb
+
+! {{{1 Scrolling
+URxvt*.scrollBar: false
+URxvt.saveLines: 10000
+URxvt.scrollTtyOutput: false
+URxvt.scrollTtyKeypress: true
+URxvt.scrollWithBuffer: true
+
+! disable Ctrl+Shift UTF8 hex
+URxvt.iso14755: false
+URxvt.iso14755_52: false
+
+! {{{1 Perl extensions
+URxvt.perl-ext-common: default,url-select,keyboard-select,autocomplete-ALL-the-things,font-size
+! {{{2 url-select
+URxvt.keysym.C-F: perl:url-select:select_next
+URxvt.url-select.button: 1
+URxvt.url-select.launcher: rifle
+URxvt.url-select.underline: true
+! {{{2 keyboard-select
+URxvt.keysym.C-S-space: perl:keyboard-select:activate
+URxvt.keysym.C-question: perl:keyboard-select:search
+URxvt.keyboard-select.clipboard: true
+! {{{2 clipboard
+URxvt.keysym.C-C: eval:selection_to_clipboard
+URxvt.keysym.C-V: eval:paste_clipboard
+URxvt.keysym.C-M-v: eval:paste_primary
+! {{{2 autocomplete-ALL-the-things
+URxvt.keysym.C-S-ISO_Left_Tab: perl:aAtt:fuzzy-WORD-complete
+URxvt.keysym.C-S-BackSpace: perl:aAtt:undo
+! {{{2 font-size
+URxvt.keysym.C-Up: font-size:increase
+URxvt.keysym.C-Down: font-size:decrease
+URxvt.font-size.step: 2
+
+! {{{1 Colours
+*.background: #000000
+*.foreground: #f8f8f2
+! Black
+*.color0: #262729
+*.color8: #262729
+! Red
+*.color1: #f92671
+*.color9: #ff669d
+! Green
+*.color2: #a6e22e
+*.color10: #beed5f
+! Yellow
+*.color3: #fd971f
+*.color11: #e6db74
+! Blue
+*.color4: #1692d0
+*.color12: #66d9ef
+! Magenta
+*.color5: #9e6ffe
+*.color13: #df92f6
+! Cyan
+*.color6: #5e7175
+*.color14: #a3babf
+! White
+*.color7: #ffffff
+*.color15: #ffffff
+! Cursor
+*.cursorColor: #b5d2dd