From caf261a4cd3e5a016cc99ee34437c386354bef45 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 9 May 2015 19:17:49 +0200 Subject: Update URxvt settings --- x11/.Xdefaults | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'x11') diff --git a/x11/.Xdefaults b/x11/.Xdefaults index 534ca3e..362919e 100644 --- a/x11/.Xdefaults +++ b/x11/.Xdefaults @@ -9,16 +9,23 @@ urxvt.cursorUnderline: true urxvt.urgentOnBell: true urxvt.termName: rxvt-256color urxvt.visualBell: false +urxvt.letterSpace: -1 ! urxvt.perl-lib: /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/ -urxvt.perl-ext-common: default,matcher +! urxvt.perl-ext-common: default,matcher +URxvt.perl-ext: default,url-select urxvt.urlLauncher: conkeror urxvt.matcher.button: 1 -urxvt.keysym.C-Delete: perl:matcher:last -urxvt.keysym.M-Delete: perl:matcher:list -URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+) -urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1 +! url-select +URxvt.keysym.M-u: perl:url-select:select_next +URxvt.url-select.launcher: /usr/bin/conkeror +URxvt.url-select.underline: true + +! urxvt.keysym.C-Delete: perl:matcher:last +! urxvt.keysym.M-Delete: perl:matcher:list +! URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+) +! urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1 urxvt.font: xft:Fantasque Sans Mono:weight=medium:pixelsize=17 urxvt.boldFont: xft:Fantasque Sans Mono:weight=bold:pixelsize=17 -- cgit v1.2.3-54-g00ecf