#!/usr/sbin/install-menu
#
# Generates blackbox menus for all registered applications.
compat="menu-1"

!include menu.h

genmenu="Blackbox-menu"
rootprefix="/etc/X11/blackbox/"
userprefix=""
treewalk=(M)
rootsection="/Debian"

supported
    x11=   "  [exec] (" $title ") {" $command "}\n" 
    wm=	   "  [restart] ("  $title  ")  {" $command "}\n" 
    text=  "  [exec] (" $title ") { xterm -T " $title " -e " $command "}\n"
    blackbox= "[" $command "] (" $title ")\n"
endsupported

preoutput= \
  "# Automatically generated file. Do not edit (see /usr/doc/menu/README)\n\n\n\nDebian MENU\n\n"
postoutput= \
   "[reconfig] (Recycle Manager) {Re-read Blackbox config file}\n\nDebian END\n"

startmenu= " [begin] (Debian)\n"
submenutitle= "[submenu] (" $title ") {" $longtitle "}\n"
endmenu= "[end]\n"

