mirror of
https://github.com/clockworkpi/launchergo.git
synced 2026-04-02 02:02:47 +02:00
add absolute path in .cpirc
This commit is contained in:
4
.cpirc
4
.cpirc
@@ -1,9 +1,9 @@
|
|||||||
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
||||||
|
|
||||||
XORG_CONF="~/launchergo/.xorg.conf"
|
XORG_CONF="/home/cpi/launchergo/.xorg.conf"
|
||||||
if [ -f ~/.lima ]
|
if [ -f ~/.lima ]
|
||||||
then
|
then
|
||||||
XORG_CONF="~/launchergo/.xorg_lima.conf"
|
XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /tmp/autologin ]
|
if [ -f /tmp/autologin ]
|
||||||
|
|||||||
Reference in New Issue
Block a user