瀏覽代碼

add absolute path in .cpirc

cuu 5 年之前
父節點
當前提交
0dc85f2407
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .cpirc

+ 3 - 3
.cpirc

@@ -1,9 +1,9 @@
 SCREEN=`cat /sys/class/graphics/fb0/modes`
 
-XORG_CONF="~/launcher/.xorg.conf"
-if [ -f ~/.lima ]
+XORG_CONF="/home/cpi/launcher/.xorg.conf"
+if [ -f /home/cpi/.lima ]
 then
-XORG_CONF="~/launcher/.xorg_lima.conf"
+XORG_CONF="/home/cpi/launcher/.xorg_lima.conf"
 fi
 
 if [ -f /tmp/autologin ]