diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-06-03 11:34:07 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-06-03 11:34:07 +0100 |
commit | ef803f14c11fd15d55fb6dfd2a146f5a11171eb1 (patch) | |
tree | a1128d95b929316bb5be295aa6444e79b9b395ae /Xresources/.Xresources/base | |
parent | 058d7d81ca772d5efd826d2ae74d3dc15a6ec18f (diff) |
Clean function for colorschemes
Diffstat (limited to 'Xresources/.Xresources/base')
-rw-r--r-- | Xresources/.Xresources/base | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Xresources/.Xresources/base b/Xresources/.Xresources/base new file mode 100644 index 0000000..724c04c --- /dev/null +++ b/Xresources/.Xresources/base @@ -0,0 +1,32 @@ +! 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*font: xft:monaco:size=11 +URxvt*scrollBar: false +URxvt*internalBorder: 0 |