Re: Running an application at start up



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]