소스 검색

Because the high version of xorg prohibits the use of absolute paths for xf86config parameters, changes to relative paths in dotcpirc

cpi 5 년 전
부모
커밋
dcedcc8ef2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .cpirc

+ 3 - 3
.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 ]