From fe44274594be0c8d3217ab00721a59b8614c2b2f Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 11 Jun 2019 19:48:06 +0800 Subject: [PATCH] Because the high version of xorg prohibits the use of absolute paths for xf86config parameters, changes to relative paths in dotcpirc --- .cpirc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cpirc b/.cpirc index 41038d5..28838b1 100644 --- a/.cpirc +++ b/.cpirc @@ -1,9 +1,9 @@ SCREEN=`cat /sys/class/graphics/fb0/modes` -XORG_CONF="/home/cpi/launcher/.xorg.conf" +XORG_CONF="~/launcher/.xorg.conf" if [ -f /home/cpi/.lima ] then -XORG_CONF="/home/cpi/launcher/.xorg_lima.conf" +XORG_CONF="~/launcher/.xorg_lima.conf" fi if [ -f /tmp/autologin ]