Update URxvt settings

This commit is contained in:
Tom Willemse 2015-05-09 19:17:49 +02:00
parent cfe36adc2e
commit caf261a4cd

View file

@ -9,16 +9,23 @@ urxvt.cursorUnderline: true
urxvt.urgentOnBell: true urxvt.urgentOnBell: true
urxvt.termName: rxvt-256color urxvt.termName: rxvt-256color
urxvt.visualBell: false urxvt.visualBell: false
urxvt.letterSpace: -1
! urxvt.perl-lib: /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/ ! 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.urlLauncher: conkeror
urxvt.matcher.button: 1 urxvt.matcher.button: 1
urxvt.keysym.C-Delete: perl:matcher:last ! url-select
urxvt.keysym.M-Delete: perl:matcher:list URxvt.keysym.M-u: perl:url-select:select_next
URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+) URxvt.url-select.launcher: /usr/bin/conkeror
urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1 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.font: xft:Fantasque Sans Mono:weight=medium:pixelsize=17
urxvt.boldFont: xft:Fantasque Sans Mono:weight=bold:pixelsize=17 urxvt.boldFont: xft:Fantasque Sans Mono:weight=bold:pixelsize=17