From ebe74953f9f49495eea35cc76986e017b59f16f0 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 5 Jan 2023 00:37:06 +0000 Subject: [PATCH] cpirc fix --- .cpirc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cpirc b/.cpirc index 9d9c3c3..cbc2c98 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 /home/cpi/.lima ] then -XORG_CONF="~/launchergo/.xorg_lima.conf" +XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf" fi if [ -f /tmp/autologin ] @@ -14,13 +14,13 @@ then then while : do - startx /home/cpi/launchergo/.xinitrc -- -xf86config $XORG_CONF -nocursor > /tmp/x.log 2>&1 + startx /home/cpi/launchergo/.xinitrc -- -xf86config $XORG_CONF -nocursor -logfile /tmp/xorg.log > /tmp/x.log 2>&1 sleep 1 done else while : do - startx /home/cpi/launchergo/.xinitrc hdmi -- -xf86config $XORG_CONF > /tmp/x.log 2>&1 + startx /home/cpi/launchergo/.xinitrc hdmi -- -xf86config $XORG_CONF -logfile /tmp/xorg.log > /tmp/x.log 2>&1 sleep 1 done fi