Update Xdefaults
This commit is contained in:
parent
17f54b2193
commit
a53e94848c
1 changed files with 5 additions and 4 deletions
|
@ -10,8 +10,8 @@ urxvt.urgentOnBell: true
|
|||
urxvt.termName: rxvt-256color
|
||||
urxvt.visualBell: false
|
||||
|
||||
urxvt.perl-lib: /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/
|
||||
urxvt.perl-ext-common: default,matcher,modeline
|
||||
! urxvt.perl-lib: /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/
|
||||
urxvt.perl-ext-common: default,matcher
|
||||
urxvt.urlLauncher: conkeror
|
||||
urxvt.matcher.button: 1
|
||||
|
||||
|
@ -20,8 +20,9 @@ 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:PT Mono:weight=medium:pixelsize=15
|
||||
urxvt.boldFont: xft:PT Mono:weight=bold:pixelsize=15
|
||||
urxvt.font: xft:Fantasque Sans Mono:weight=medium:pixelsize=17
|
||||
urxvt.boldFont: xft:Fantasque Sans Mono:weight=bold:pixelsize=17
|
||||
urxvt.italicFont: xft:Fantasque Sans Mono:slant=italic:pixelsize=17
|
||||
|
||||
URxvt.modeline.fg: 15
|
||||
URxvt.modeline.bg: 12
|
||||
|
|
Loading…
Reference in a new issue