瀏覽代碼

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