Quellcode durchsuchen

cpirc to launchergo

cpi vor 5 Jahren
Ursprung
Commit
0e96df4514
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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