mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
add absolute path in .cpirc
This commit is contained in:
parent
fb156214f9
commit
0dc85f2407
6
.cpirc
6
.cpirc
@ -1,9 +1,9 @@
|
||||
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
||||
|
||||
XORG_CONF="~/launcher/.xorg.conf"
|
||||
if [ -f ~/.lima ]
|
||||
XORG_CONF="/home/cpi/launcher/.xorg.conf"
|
||||
if [ -f /home/cpi/.lima ]
|
||||
then
|
||||
XORG_CONF="~/launcher/.xorg_lima.conf"
|
||||
XORG_CONF="/home/cpi/launcher/.xorg_lima.conf"
|
||||
fi
|
||||
|
||||
if [ -f /tmp/autologin ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user