diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-16 11:29:02 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-16 11:29:02 +0100 |
commit | c3c29e887202501801530ad2703a13459d70fe7a (patch) | |
tree | a27eb2e09aec600472f4cf6cbfe2ad29696929bc | |
parent | 0c926f09308ee7b2d47e88299a0b605b9640179c (diff) | |
download | dotfiles-c3c29e887202501801530ad2703a13459d70fe7a.tar.gz dotfiles-c3c29e887202501801530ad2703a13459d70fe7a.tar.bz2 dotfiles-c3c29e887202501801530ad2703a13459d70fe7a.zip |
bash/environment.sh: Remove matlab libxcb workaround
I'm no longer using matlab (use octave!), and i'm not even sure this
workaround is still needed. Remove!
-rw-r--r-- | .config/bash/environment.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/bash/environment.sh b/.config/bash/environment.sh index 656a6c7..81a5a4b 100644 --- a/.config/bash/environment.sh +++ b/.config/bash/environment.sh @@ -102,7 +102,4 @@ export EIXRC="${XDG_CONFIG_HOME}/eixrc/eixrc" export DVDCSS_CACHE="${XDG_CACHE_HOME}/dvdcss/" -# matlow wont start on some system without this -export LIBXCB_ALLOW_SLOPPY_LOCK=true - export BROWSER=luakit |