Merge pull request #197 from cuu/master

add absolute path in .cpirc
This commit is contained in:
GNU
2019-05-05 18:33:28 +08:00
committed by GitHub

6
.cpirc
View File

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