dmenu-json

1.0.1 • Public • Published

dmenu-json

Create nested menus using dmenu and a json file.

Usage example

Using as an application starter with i3:

in .config/i3/config:

# Application dialog on mod+t
bindsym $mod+t exec $(cat ~/.apps.json | dmenu-json)

.apps.json

{
    "session": {
        "power off": "shutdown now",
        "i3lock": null
    },
    "editors": ["gvim", "code"]
}

Package Sidebar

Install

npm i dmenu-json

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

24.2 kB

Total Files

12

Last publish

Collaborators

  • simding