소스 검색

cpirc to launchergo

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

+ 2 - 2
.cpirc

@@ -5,8 +5,8 @@ then
    mpd ~/.mpd.conf
       if [[ $SCREEN =~ .*320.* ]]
       then
-         startx /home/cpi/launcher/.xinitrc_320 -- -nocursor > /tmp/x.log 2>&1
+         startx /home/cpi/launchergo/.xinitrc_320 -- -nocursor > /tmp/x.log 2>&1
       else
-         startx /home/cpi/launcher/.xinitrc > /tmp/x.log 2>&1
+         startx /home/cpi/launchergo/.xinitrc > /tmp/x.log 2>&1
       fi
 fi