From ebfe5684fcab8f1152a20d88ecd5bfc53c3ee530 Mon Sep 17 00:00:00 2001 From: cpi Date: Mon, 6 May 2019 02:08:13 +0000 Subject: [PATCH] add absolute path in .cpirc --- .cpirc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cpirc b/.cpirc index c86f345..e2afbf0 100644 --- a/.cpirc +++ b/.cpirc @@ -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 ]