A fast menu generator for the Openbox Window Manager. https://trizenx.blogspot.com/2012/02/obmenu-generator.html

trizen 81c74309a3 Version 0.93 8 months ago
INSTALL.md 067e68c627 modified: INSTALL.md 2 years ago
LICENSE 8680e38f77 Changed links from HTTP to HTTPS 2 years ago
README.md 621e2e5ef5 - Removed the `-r` option (regenerate the config file). 4 years ago
obmenu-generator 81c74309a3 Version 0.93 8 months ago
schema.pl bb70bcabca Indentation tweak. 6 years ago

README.md

obmenu-generator

A fast pipe/static menu generator for the Openbox Window Manager, with support for icons.

obmenu-generator


usage: obmenu-generator [options]

menu:
    -p         : generate a dynamic menu (pipe)
    -s         : generate a static menu
    -i         : include icons
    -m <id>    : menu id (default: 'root-menu')
    -t <label> : menu label text (default: 'Applications')

misc:
    -u         : update the config file
    -d         : regenerate the cache file
    -c         : reconfigure openbox automatically
    -R         : reconfigure openbox and exit
    -S <file>  : absolute path to the schema.pl file
    -C <file>  : absolute path to the config.pl file
    -o <file>  : absolute path to the menu.xml file

info:
    -h         : print this message and exit
    -v         : print version and exit

examples:
        obmenu-generator -p -i     # dynamic menu with icons
        obmenu-generator -s -c     # static menu without icons
  • Config file: ~/.config/obmenu-generator/config.pl
  • Schema file: ~/.config/obmenu-generator/schema.pl

Installation: INSTALL.md