A fast menu generator for the Openbox Window Manager.
https://trizenx.blogspot.com/2012/02/obmenu-generator.html
- Perl 100%
|
Daniel Șuteu
5c03dcb65a
Append "applications" to XDG_DATA_DIRS when looking for .desktop |
||
|---|---|---|
| INSTALL.md | modified: INSTALL.md | |
| LICENSE | Changed links from HTTP to HTTPS | |
| obmenu-generator | Append "applications" to XDG_DATA_DIRS when looking for .desktop | |
| README.md |
- Removed the -r option (regenerate the config file).
|
|
| schema.pl | - Added experimental support for subcategories. (closes https://github.com/trizen/obmenu-generator/issues/58 ) | |
obmenu-generator
A fast pipe/static menu generator for the Openbox Window Manager, with support for icons.
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