aboutsummaryrefslogtreecommitdiff
path: root/Xinit
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-04-13 12:00:34 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-04-13 12:00:34 +0100
commit704948f95211033881e1b80acc03c9c9dff84e71 (patch)
tree279cdd6a9071f93e0deae0fdf909e3c128a40a83 /Xinit
parent6b6fe496e0c46818a89ae47a892add7bb2587577 (diff)
downloaddotfiles-704948f95211033881e1b80acc03c9c9dff84e71.tar.gz
dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.tar.bz2
dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.zip
change back to zsh for speed
Diffstat (limited to 'Xinit')
-rw-r--r--Xinit/Xdefaults11
1 files changed, 2 insertions, 9 deletions
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