fix autostart with (a)sh
This commit is contained in:
parent
ee1b53ab1d
commit
cb19c7f7d3
@ -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 &
|
||||
|
Loading…
Reference in New Issue
Block a user