dmenu-json
v1.0.1
Published
Create nested menus using dmenu and json files.
Downloads
6
Maintainers
Readme
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"]
}