Update URxvt settings
This commit is contained in:
parent
cfe36adc2e
commit
caf261a4cd
1 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue