diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-06-21 19:44:27 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-06-21 19:44:27 +0200 |
commit | 85feed94521489dbdd2acfaef0b06fc1696c2e42 (patch) | |
tree | 256c4ba2fe22c4c1e266956c4aa4268b5fc0f41b /Xresources | |
parent | 14939543d3644668f4104d829d51f9a3271142b6 (diff) |
Add urxvt extensions
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -15,26 +15,31 @@ XTerm*selectToClipboard: true ! Custom META key URxvt*modifier: alt -! Perl extensons configuration -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select -URxvt.url-select.launcher: /usr/bin/uzbl -URxvt.url-select.underline: true +! 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,fullscreen +URxvt.url-select.launcher: /usr/bin/uzbl +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-c: perl:clipboard:copy URxvt.keysym.M-v: perl:clipboard:paste +URxvt.keysym.F11: perl:fullscreen:switch ! Appearance URxvt*font: xft:DejaVu Sans Mono:size=12 URxvt*scrollBar: false -URxvt.depth: 32 URxvt*cursorColor: Green +! True transparency +URxvt.depth: 32 + ! Colors URxvt*background: [80]Black URxvt*foreground: White |