Re: changing the main menu
- From: D M German <dmg uvic ca>
- To: General discussion about sawfish wm <sawfish-list gnome org>
- Subject: Re: changing the main menu
- Date: Fri, 01 Jan 2010 11:27:51 -0800
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 &"))))
--
--
Daniel M. German
http://turingmachine.org/
http://silvernegative.com/
dmg (at) uvic (dot) ca
replace (at) with @ and (dot) with .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]