From: Dan White Date: Mon, 13 Aug 2012 19:37:34 +0000 (-0500) Subject: update X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=53c1fa0699d4ad9558a88ef29482e393ffecd2f0;p=pubbin.git update --- diff --git a/google-chrome b/google-chrome index 23d7051..05966c6 100755 --- a/google-chrome +++ b/google-chrome @@ -2,5 +2,6 @@ # run chromium / google-chrome on current display hack -DISPDIR=$(echo $DISPLAY | awk -F. '{print $1}') -exec /usr/bin/google-chrome --user-data-dir=$HOME/.config/google-chrome/$DISPDIR $@ +#DISPDIR=$(echo $DISPLAY | awk -F. '{print $1}') +#exec /usr/bin/google-chrome --user-data-dir=$HOME/.config/google-chrome/$DISPDIR $@ +exec /usr/bin/google-chrome $@