commit 4585d30b5b75ef4db04bff43ef2db16a0c989f66
parent a5d8de2d8245f3bce88f4dd4ee4e3baacf33f35c
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sat, 27 Jan 2018 14:22:14 -0500
Add env param to control fbautostart
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xsession b/.xsession
@@ -13,7 +13,7 @@ __autostart()
AUTOSTART_CMD="dex -ae $1"
elif type fbautostart > /dev/null 2>&1
then
- AUTOSTART_CMD="fbautostart"
+ AUTOSTART_CMD="FBXDG_DE=$1 fbautostart"
fi
until ps -u $LOGNAME -U $LOGNAME | grep $1 > /dev/null 2>&1