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:
parent
ecedc2d93f
commit
26a3cf13f3
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user