Merge pull request #196 from cuu/gcores

add absolute path in .cpirc
This commit is contained in:
GNU 2019-05-05 18:30:16 +08:00 committed by GitHub
commit fcd978b615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.cpirc
View File

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