fix autostart with (a)sh

This commit is contained in:
Izaya 2022-09-12 01:37:06 +10:00
parent ee1b53ab1d
commit cb19c7f7d3
1 changed files with 1 additions and 1 deletions

View File

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