From c3c29e887202501801530ad2703a13459d70fe7a Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 16 Jan 2014 11:29:02 +0100 Subject: 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! --- .config/bash/environment.sh | 3 --- 1 file changed, 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 -- cgit