awesome-mobile/autostart.sh

11 lines
294 B
Bash
Executable File

#!/bin/sh
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then echo already started; exit; fi;
echo "awesome.started: true" | xrdb -merge
gnome-calls -d &
chatty -D &
mmsdtng &
nm-applet &
pasystray &
xfce4-power-manager &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &