[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Logout, shut down autostarted app in openbox?



if [ "$(pidof wallpaperRandomSwitch.sh)" ] ; then
  killall -9 -w wallpaperRandomSwitch.sh
fi
# add your code here
exit

while pidof wallpaperRandomSwitch.sh > /dev/null ; killall wallpaperRandomSwitch.sh ; done
# add your code here
exit


Reply to: