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"