From 704948f95211033881e1b80acc03c9c9dff84e71 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 13 Apr 2016 12:00:34 +0100 Subject: change back to zsh for speed --- Xinit/Xdefaults | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Xinit/Xdefaults') diff --git a/Xinit/Xdefaults b/Xinit/Xdefaults index 8130535..0f56be6 100644 --- a/Xinit/Xdefaults +++ b/Xinit/Xdefaults @@ -8,13 +8,6 @@ Xft.rgba: rgb Xft.hinting: true Xft.hintstyle: hintslight -!------------------------------------------------------------------------------- -! URxvt settings -! Colours lifted from Solarized (http://ethanschoonover.com/solarized) -! More info at: -! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod -!------------------------------------------------------------------------------- - URxvt.geometry: 90x30 URxvt.transparent: false URxvt.fading: 0 @@ -37,7 +30,7 @@ URxvt.scrollBar: false ! Perl extensions !URxvt.perl-ext-common: default,matcher URxvt.matcher.button: 1 -URxvt.urlLauncher: uzbl-browser +URxvt.urlLauncher: vimb ! Cursor URxvt.cursorBlink: true @@ -48,7 +41,7 @@ URxvt.cursorUnderline: false URxvt*saveLines: 12000 ! M-t for text select M-s for search -URxvt.perl-ext-common: default,matcher,keyboard-select,url-select +URxvt.perl-ext-common: default,keyboard-select,url-select URxvt.keysym.M-t: perl:keyboard-select:activate URxvt.keysym.M-s: perl:keyboard-select:search -- cgit v1.2.3-54-g00ecf