From dcedcc8ef235ae07e0ef2654ff5988949e5077d9 Mon Sep 17 00:00:00 2001 From: cpi Date: Tue, 11 Jun 2019 11:50:21 +0000 Subject: [PATCH] Because the high version of xorg prohibits the use of absolute paths for xf86config parameters, changes to relative paths in dotcpirc --- .cpirc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cpirc b/.cpirc index e2afbf0..9d9c3c3 100644 --- a/.cpirc +++ b/.cpirc @@ -1,9 +1,9 @@ SCREEN=`cat /sys/class/graphics/fb0/modes` -XORG_CONF="/home/cpi/launchergo/.xorg.conf" -if [ -f ~/.lima ] +XORG_CONF="~/launchergo/.xorg.conf" +if [ -f /home/cpi/.lima ] then -XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf" +XORG_CONF="~/launchergo/.xorg_lima.conf" fi if [ -f /tmp/autologin ]