Merge pull request #215 from cuu/master

Because the high version of xorg prohibits the use of absolute paths …
This commit is contained in:
GNU 2019-06-11 19:48:49 +08:00 committed by GitHub
commit 9ce60ff62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.cpirc
View File

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