Re: Customize root menu



>> Btw, according to sawfish.texi from 1.6.0 it is documented.
>
> Well I'll upgrade to 1.6; but I looked in the wiki, and in the info file,
> chap. 15, and it did say to use defvar to define it; it's what's used in
> menus.jl too.

This is what I use for customizing root menu:

(setq root-menu '(
                  ("xterm" (system "xterm &"))
                  ()
                  ("firefox" (system "firefox &"))
                  ("skype" (system "skype &"))
                  ("vlc" (system "vlc &"))
                  ()
                  ("restart" restart)
                  ("quit" quit)
                  ("power off" (system "poweroff"))))


HTH,
Daniel

-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown


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