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 <rekahsoft@gmail.com>
This commit is contained in:
Collin J. Doering 2014-09-06 03:13:11 -04:00 committed by Collin J. Doering
parent ecedc2d93f
commit 26a3cf13f3
1 changed files with 7 additions and 2 deletions

View File

@ -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