add absolute path in .cpirc

This commit is contained in:
cpi 2019-05-06 02:08:13 +00:00
parent 9e2a6d3511
commit ebfe5684fc

4
.cpirc
View File

@ -1,9 +1,9 @@
SCREEN=`cat /sys/class/graphics/fb0/modes`
XORG_CONF="~/launchergo/.xorg.conf"
XORG_CONF="/home/cpi/launchergo/.xorg.conf"
if [ -f ~/.lima ]
then
XORG_CONF="~/launchergo/.xorg_lima.conf"
XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf"
fi
if [ -f /tmp/autologin ]