Newbie try to get started



Hi all, it is a very newbie question. I just setup Xorg and sawfish. When I middle click I have got the menu. Now I want to customize the menu, so I wrote .sawfishrc and put it my home directory. But nothing changed, could anyone help?
here is my .sawfishrc:
(require 'sawmill-defaults)
(require 'sawfish.wm.menus)
(defvar root-menu
	`(("Workspaces" . workspace-menu)
	  ("Windows" . window-menu)
          ("Programs" . apps-menu)
          ("Customize" . custom-menu)
          ("About..." (customize 'about))
          ()
          ("Restart" restart)
          ("Quit" quit)))
(defvar apps-menu
  `(("wterm" 
    ("XEmacs" 
     (system "$HOME/bin/emacs.sh &"))
    ("Netscape" 
     (system "netscape &"))
    ("The GIMP" 
     (system "gimp &"))
    ("Xmms"
     (system "xmms &"))
    ("GNapster"
     (system "gnapster &"))
    ("Netscape 3"
     (system "netscape3 &"))
    ("Mozilla"
     (system "cd /opt/mozilla ; ./mozilla &"))
    ("VMWare"
     (system "vmware &"))
    ("BBSprocess"
     (system "$HOME/bin/bbsol &"))))


thanks for helping,
alex




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