From fe8f451392280d64daf1a86b037eba3c49a27748 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 25 Jan 2019 12:51:05 +0800 Subject: [PATCH] change .cpirc to fit with ubuntu --- .cpirc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cpirc b/.cpirc index d9e58e7..87099cb 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 ~/.lima ] then -XORG_CONF="/home/cpi/launcher/.xorg_lima.conf" +XORG_CONF="~/launcher/.xorg_lima.conf" fi if [ -f /tmp/autologin ]