From 40e4a1706c7a35a78cf2fbe95eb6a7b81ea759d6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Nov 2013 22:48:41 +0100 Subject: Update x11 config --- x11/.Xdefaults | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'x11/.Xdefaults') diff --git a/x11/.Xdefaults b/x11/.Xdefaults index ffa38c6..191c6c4 100644 --- a/x11/.Xdefaults +++ b/x11/.Xdefaults @@ -10,19 +10,22 @@ urxvt.urgentOnBell: true urxvt.termName: rxvt-256color urxvt.visualBell: false -urxvt.perl-lib: /usr/lib/urxvt/perl/ -urxvt.perl-ext-common: default,url-select,keyboard-select +urxvt.perl-lib: /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/ +urxvt.perl-ext-common: default,matcher,modeline urxvt.urlLauncher: conkeror -urxvt.url-select.launcher: conkeror urxvt.matcher.button: 1 -urxvt.keysym.M-Escape: perl:keyboard-select:activate -urxvt.keysym.M-s: perl:keyboard-select:search -urxvt.keysym.M-u: perl:url-select:select_next +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:Envy Code R:weight=medium:pixelsize=16 -urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=16 -urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=16 +urxvt.font: xft:PT Mono:weight=medium:pixelsize=15 +urxvt.boldFont: xft:PT Mono:weight=bold:pixelsize=15 + +URxvt.modeline.fg: 15 +URxvt.modeline.bg: 12 +URxvt.modeline.command: urxvt-modeline urxvt.depth: 32 urxvt.background: #111111 @@ -63,12 +66,12 @@ Emacs.toolbar: off Emacs.useXIM: off Emacs.background: #111113 Emacs.borderWidth: 0 -Emacs.font: Envy Code R-13 +Emacs.font: Liberation Mono-13 Emacs.foreground: #eeeeec Emacs.internalBorder: 0 -Emacs.paneFont: Envy Code R-13 +Emacs.paneFont: Liberation Mono-13 Emacs.pointerColor: #eeeeec -Emacs*menu*font: Envy Code R-13 +Emacs*menu*font: Liberation Mono-13 Emacs*menu*foreground: #eeeeec Emacs*menu*background: #222224 Emacs*menu*buttonForeground: #a5a5a4 -- cgit v1.2.3-54-g00ecf