
Separator {}
Entry = "Help" { Actions = "Exec defaulthtmlviewer file:///usr/share/doc/index.html &" }
Entry = "Growl" { Actions = "Exec /root/.pekwm/growl.sh &" }
Separator {}
#
Submenu = "Go to" {
     SubMenu = "Workspace" {
          # Create goto menu once per pekwm config reload. The fast way that
          # will work for most if not all users.
          COMMAND = "/usr/share/pekwm/scripts/pekwm_ws_menu.sh goto"
          # Create goto menu every time the menu is opened. The slow way.
          # This is what you want if you are using external tools to make
          # the amount of workspaces something else than what you define in
          # ~/.pekwm/config. You will know if you want this.
          # Entry = "" { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_ws_menu.sh goto dynamic" }
     }
     Entry = "Window..." { Actions = "ShowMenu GotoClient True" }
     Entry = "My documents" { Actions = "Exec rox ~/my-documents &" }
     Entry = "My applications" { Actions = "Exec rox ~/my-applications &" }
}
Entry = "Run..." { Actions = "ShowCmdDialog" }
# Entry = "Search..." { Actions = "ShowSearchDialog" }
# Entry = "Quit" { Actions = "Exec /usr/local/bin/Sorties-jwm+openbox.sh &" }
Submenu = "Quit" {
	Entry = "Poweroff" { Actions = "Exec /usr/bin/poweroff &" }
	Entry = "Reboot" { Actions = "Exec /usr/bin/reboot &" }
	Entry = "Initial console" { Actions = "Exit" }
	Separator {}
	Entry = "Reinit. ROX Pinboard" { Actions = "rox -p ~/Choices/ROX-Filer/PuppyPin &" }
	Entry =  "Reinit. X" { Actions = "restartwm &" }
}
}
     Separator {}
}
}
