From d38c409518cd152f7c19a662472b1a5f221df119 Mon Sep 17 00:00:00 2001 From: Chrys Date: Fri, 18 Oct 2019 16:08:13 +0200 Subject: [PATCH] fix --- play zone/start1.sh | 2 +- play zone/start2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/play zone/start1.sh b/play zone/start1.sh index 5a942f03..72761990 100755 --- a/play zone/start1.sh +++ b/play zone/start1.sh @@ -30,6 +30,6 @@ if [[ "$i" != "/tmp/fenrirscreenreader-deamon.sock" ]]; then fi done -/usr/bin/urxvt -name "${1%% *}" -e ../src/fenrir -s ./xterm.conf -o "general.shell=./waitForKey1;remote#socketFile=/tmp/fenrirscreenreader-waitForKey1.sock" +/usr/bin/urxvt -e ../src/fenrir -s ./xterm.conf -o "general.shell=./waitForKey1;remote#socketFile=/tmp/fenrirscreenreader-waitForKey1.sock" diff --git a/play zone/start2.sh b/play zone/start2.sh index a3d154ed..e627bbec 100755 --- a/play zone/start2.sh +++ b/play zone/start2.sh @@ -28,6 +28,6 @@ if [[ "$i" != "/tmp/fenrirscreenreader-deamon.sock" ]]; then fi done -/usr/bin/urxvt -name "${1%% *}" -e ../src/fenrir -d -s ./xterm.conf -o "general.shell=./waitForKey2;remote#socketFile=/tmp/fenrirscreenreader-waitForKey2.sock" +/usr/bin/urxvt -e ../src/fenrir -d -s ./xterm.conf -o "general.shell=./waitForKey2;remote#socketFile=/tmp/fenrirscreenreader-waitForKey2.sock"