Because the high version of xorg prohibits the use of absolute paths for xf86config parameters, changes to relative paths in dotcpirc

This commit is contained in:
cpi 2019-06-11 11:50:21 +00:00
parent 9a11f15865
commit dcedcc8ef2

6
.cpirc
View File

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