In a simple way, how to create a submenu of dmenu, manpage doesn't help much also archlinux, gentoo wikipage,
Use case: I'd to pip a list of note files to dmenu and then list all that files under a submenu of dmenu.
Steps:
open dmenu
type: notes
submenu with list of notes (piped list files under a folder)
notes
in dmenu and pressenter
, the first dmenu is destroyed and then another dmenu is appear to server withlist of notes
piped out. Any thoughts?