Re: changing the main menu



On Fri, 01 Jan 2010 14:40:40 -0500

> From: D M German <dmg uvic ca>
> To: General discussion about sawfish wm <sawfish-list gnome org>
> Subject: Re: changing the main menu
> 
> 
> 
> Put this code in your .sawfish/rc, and modify accordingly:
> 
> 
> (setq root-menu
>     `((,(_ "Sawfish Rootmenu"))
>       ()
>       (,(_ "_Windows") . window-menu)
>       (,(_ "Work_spaces") . workspace-menu)
>       ()
>       (,(_ "_Programs") . apps-menu)
>       (,(_ "_Customize") . custom-menu)
>       ()
>       (,(_ "Sessi_on")
>        (,(_ "Display Errors") display-errors)
>        (,(_ "Reload Appsmenu") update-apps-menu)
>        ()
>        (,(_ "Restart Sawfish") restart)
>        (,(_ "Quit Sawfish") quit))
>       ()
>       (,(_ "_Help")
>        (,(_ "_FAQ...") help:show-faq)
>        (,(_ "_News...") help:show-news)
>        (,(_ "_WWW page...") help:show-homepage)
>        (,(_ "_Manual...") help:show-programmer-manual)
>        ()
>        (,(_ "_About Sawfish...") help:about))
>       ()
>       (,(_ "Kill Window") (system "xkill &"))))
> 

        Great! Exactly what I was looking for. Where does Sawfish
get it's original default menu from ??

-- 
Frank McCormick<beacon videotron ca>


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