From 85feed94521489dbdd2acfaef0b06fc1696c2e42 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 21 Jun 2015 19:44:27 +0200 Subject: Add urxvt extensions --- Xresources | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'Xresources') diff --git a/Xresources b/Xresources index 15f28a2..7358701 100644 --- a/Xresources +++ b/Xresources @@ -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 -- cgit v1.2.3