An open API service indexing awesome lists of open source software.

https://github.com/trizen/obmenu-generator

A fast menu generator for the Openbox Window Manager.
https://github.com/trizen/obmenu-generator

menu menu-generator obmenu-generator openbox perl

Last synced: 2 months ago
JSON representation

A fast menu generator for the Openbox Window Manager.

Awesome Lists containing this project

README

        

obmenu-generator
================

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

![obmenu-generator](https://4.bp.blogspot.com/-7gD5UA2gno0/WcO6o1NGQWI/AAAAAAAAmxc/JtAnLNCyVcANz29zMmpKzywY6pk9NYiUwCLcBGAs/s1600/2017-09-21-161043_1920x1080_scrot.png)

---

```
usage: obmenu-generator [options]

menu:
-p : generate a dynamic menu (pipe)
-s : generate a static menu
-i : include icons
-m : menu id (default: 'root-menu')
-t : 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 : absolute path to the schema.pl file
-C : absolute path to the config.pl file
-o : 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](INSTALL.md)