1 Commits

Author SHA1 Message Date
cpi ebfe5684fc add absolute path in .cpirc 2019-05-06 02:08:13 +00:00
+2 -2
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 ]