cpirc to launchergo

This commit is contained in:
cpi 2018-12-18 09:38:07 +00:00
parent a8ada0c61e
commit 0e96df4514

4
.cpirc
View File

@ -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