1
0
Fork
You've already forked obmenu-generator
0
A fast menu generator for the Openbox Window Manager. https://trizenx.blogspot.com/2012/02/obmenu-generator.html
  • Perl 100%
Find a file
Daniel Șuteu 5c03dcb65a
Merge pull request #59 from castaway/castaway/data_dirs_applications
Append "applications" to XDG_DATA_DIRS when looking for .desktop
2025年08月28日 18:19:07 +03:00
INSTALL.md modified: INSTALL.md 2021年08月22日 23:21:16 +03:00
LICENSE Changed links from HTTP to HTTPS 2021年08月23日 01:14:18 +03:00
obmenu-generator Append "applications" to XDG_DATA_DIRS when looking for .desktop 2025年02月11日 19:47:35 +00:00
README.md - Removed the -r option (regenerate the config file). 2020年01月20日 05:27:23 +02:00
schema.pl - Added experimental support for subcategories. (closes https://github.com/trizen/obmenu-generator/issues/58 ) 2024年10月03日 13:44:10 +03:00

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