소스 검색

add absolute path in .cpirc

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

+ 2 - 2
.cpirc

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