mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 18:28:50 +01:00
Merge pull request #215 from cuu/master
Because the high version of xorg prohibits the use of absolute paths …
This commit is contained in:
commit
9ce60ff62f
4
.cpirc
4
.cpirc
@ -1,9 +1,9 @@
|
|||||||
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
||||||
|
|
||||||
XORG_CONF="/home/cpi/launcher/.xorg.conf"
|
XORG_CONF="~/launcher/.xorg.conf"
|
||||||
if [ -f /home/cpi/.lima ]
|
if [ -f /home/cpi/.lima ]
|
||||||
then
|
then
|
||||||
XORG_CONF="/home/cpi/launcher/.xorg_lima.conf"
|
XORG_CONF="~/launcher/.xorg_lima.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /tmp/autologin ]
|
if [ -f /tmp/autologin ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user