Re: Running an application at start up
- From: clemens fischer <ino-news spotteswoode dnsalias org>
- To: sawfish-list gnome org
- Subject: Re: Running an application at start up
- Date: Tue, 01 Jun 2010 20:26:51 +0200
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
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]