summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/.Xdefaults17
1 files changed, 12 insertions, 5 deletions
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