From cb19c7f7d32e84f2ab3fef6833b2e9434b93b477 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 12 Sep 2022 01:37:06 +1000 Subject: [PATCH] fix autostart with (a)sh --- autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.sh b/autostart.sh index 0c4641a..d85f458 100755 --- a/autostart.sh +++ b/autostart.sh @@ -1,6 +1,6 @@ #!/bin/sh if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then echo already started; exit; fi; -xrdb -merge <<< "awesome.started:true"; +echo "awesome.started: true" | xrdb -merge gnome-calls -d & chatty -D & mmsdtng &