Magnus Therning <[email protected]> writes: > There are a few things I currently start using os.execute from my > awesome config file. Is there some standard way of preventing a > second instance of each of those things is started when I restart > awesome (Mod4+Shift+r)?
I've moved those to my ~/.xsessionrc, but before that I used debian's start-stop-daemon to only call them if they were not already running. You could also look at the run_or_raise function you can found there: http://awesome.naquadah.org/wiki/Run_or_raise -- Rémi Vanicat -- To unsubscribe, send mail to [email protected].
