1 Jun 2010 20:26
Re: Running an application at start up
clemens fischer <ino-news <at> spotteswoode.dnsalias.org>
2010-06-01 18:26:51 GMT
2010-06-01 18:26:51 GMT
José Romildo Malaquias wrote:
> I am new to sawfish and I want to know how to run an application
> (fbpanel) at sawfish start up. I did not found this information in the
> documentation.
I'm doing something like this:
(add-hook 'after-initialization-hook
(unless batch-mode (system "fbpanel &"))
t)
I don't know if fbpanel can be started this way or if using this hook is
the best way.
clemens
RSS Feed