Solaris Common Desktop Environment: Advanced User's and System Administrator's Guide

To Create a New Workspace (Root) Menu

  1. Open the appropriate file for editing:

  2. Create the new menu:

    	Menu menu_name
     	{
     	        …
     	}

    See Workspace Manager Menu Syntax.

  3. Create or edit the button binding to display the new menu.

    If the menu replaces the existing menu, edit the button binding that displays the Workspace menu.

    	<Btn3Down> root  f.menu  menu_name
    

    If the menu is an additional menu, create a new mouse button binding. For example, the following button binding displays the menu when Shift-mouse button 3 is pressed over the backdrop:

    	Shift<Btn3Down> root  f.menu  menu_name
    
  4. Choose Restart Workspace Manager from the Workspace menu.