dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 098f070e244948cc038f1d623a057eb5d881af94
parent c9e1c389977edd6fa9606d16323ef3e11c8a8348
Author: Bharatvaj <bharatvajph@gmail.com>
Date:   Fri, 10 Nov 2017 01:10:19 +0530

Minor correction and removed transaparency for Urxvt

Diffstat:
M.Xdefaults | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.Xdefaults b/.Xdefaults @@ -20,7 +20,7 @@ Xft.dpi: 96 URxvt.depth: 32 URxvt.geometry: 90x30 -URxvt.transparent: true +URxvt.transparent: false URxvt.fading: 0 !URxvt.urgentOnBell: false !URxvt.visualBell: false @@ -38,7 +38,7 @@ URxvt.scrollBar: false ! Perl extensions URxvt.perl-ext-common: default,matcher URxvt.matcher.button: 1 -URxvt.urlLauncher: chromium +URxvt.url-launcher: surf ! Cursor URxvt.cursorBlink: true