diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-22 18:24:36 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-22 20:40:33 +0100 |
commit | a55bcab62ee5d7198ee11a8e801895404d5d14cf (patch) | |
tree | e878694b27cbae49987801e7b1f080ef6f473945 /Xresources/.Xresources/base.xresources | |
parent | 467198df456011ee758ab2acd11964922bc7a18a (diff) |
Add base16 colorscheme
Diffstat (limited to 'Xresources/.Xresources/base.xresources')
-rw-r--r-- | Xresources/.Xresources/base.xresources | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Xresources/.Xresources/base.xresources b/Xresources/.Xresources/base.xresources new file mode 100644 index 0000000..6a17306 --- /dev/null +++ b/Xresources/.Xresources/base.xresources @@ -0,0 +1,31 @@ +! URXVT ! + +! General settings +URxvt.loginShell : true +URxvt.termName : rxvt-256color + +! Custom META key +URxvt*modifier: alt + +! Copy-paste configuration +URxvt.clipboard.copycmd: xclip -i -selection clipboard +URxvt.clipboard.pastecmd: xclip -o -selection clipboard + +! Perl extensions configuration +URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,resize +URxvt.url-select.launcher: /usr/bin/qutebrowser +URxvt.url-select.underline: true + +! Key bindings for extensions +URxvt.keysym.M-Escape: perl:keyboard-select:activate +URxvt.keysym.M-s: perl:keyboard-select:search +URxvt.keysym.M-u: perl:url-select:select_next +URxvt.keysym.M-y: perl:clipboard:copy +URxvt.keysym.M-p: perl:clipboard:paste +URxvt.resize-font.smaller: C-minus +URxvt.resize-font.bigger: C-plus + +! Appearance +URxvt*font: xft:DejaVu Sans Mono:size=12 +URxvt*scrollBar: false +URxvt*internalBorder: 0 |