fix autostart with (a)sh
This commit is contained in:
parent
ee1b53ab1d
commit
cb19c7f7d3
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then echo already started; exit; fi;
|
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 &
|
gnome-calls -d &
|
||||||
chatty -D &
|
chatty -D &
|
||||||
mmsdtng &
|
mmsdtng &
|
||||||
|
Loading…
Reference in New Issue
Block a user