From 0e96df451415cc7c213b94754bb879db7891ef40 Mon Sep 17 00:00:00 2001 From: cpi Date: Tue, 18 Dec 2018 09:38:07 +0000 Subject: [PATCH] cpirc to launchergo --- .cpirc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cpirc b/.cpirc index ceb4374..f06146e 100644 --- a/.cpirc +++ b/.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