From 26a3cf13f3793ebec7db27c4c145c22a3e092b50 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sat, 6 Sep 2014 03:13:11 -0400 Subject: [PATCH] Minor changes to Urxvt configuration - changed key binding for url-picker from M-u to C-M-g - fix scrolling; see: https://wiki.archlinux.org/index.php/Rxvt-unicode#Scrollback_position Signed-off-by: Collin J. Doering --- .Xresources | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index 720b4fb..107ab8c 100644 --- a/.Xresources +++ b/.Xresources @@ -48,7 +48,12 @@ URxvt.cursorColor: green URxvt.underlineColor: yellow URxvt.font: xft:Terminus:pixelsize=15:antialias=false URxvt.boldFont: xft:Terminus:bold:pixelsize=16:antialias=false + URxvt.scrollstyle: plain +URxvt*scrollTtyOutput: false +URxvt*scrollWithBuffer: true +URxvt*scrollTtyKeypress: true + URxvt.depth: 32 URxvt.foreground: white URxvt.background: [85]black @@ -59,8 +64,8 @@ URxvt.underlineURLs: true ! Perl-exts to use URxvt.perl-ext-common: default,clipboard,tabbedex,url-picker,keyboard-select,matcher -! Setup matcher perl-ext -URxvt.keysym.M-u: perl:url-picker +! Setup url-picker perl-ext +URxvt.keysym.C-M-g perl:url-picker URxvt.urlLauncher: /usr/bin/conkeror URxvt.matcher.button: 1