trizen / obmenu-generator

A fast menu generator for the Openbox Window Manager.

Home Page:https://trizenx.blogspot.com/2012/02/obmenu-generator.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A fast menu generator for the Openbox Window Manager.

https://trizenx.blogspot.com/2012/02/obmenu-generator.html

License:GNU General Public License v3.0


Languages

Language:Perl 100.0%