mirror of
https://github.com/clockworkpi/launchergo.git
synced 2026-03-30 00:32:49 +02:00
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:
6
.cpirc
6
.cpirc
@@ -1,9 +1,9 @@
|
|||||||
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
||||||
|
|
||||||
XORG_CONF="/home/cpi/launchergo/.xorg.conf"
|
XORG_CONF="~/launchergo/.xorg.conf"
|
||||||
if [ -f ~/.lima ]
|
if [ -f /home/cpi/.lima ]
|
||||||
then
|
then
|
||||||
XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf"
|
XORG_CONF="~/launchergo/.xorg_lima.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /tmp/autologin ]
|
if [ -f /tmp/autologin ]
|
||||||
|
|||||||
Reference in New Issue
Block a user