X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/a77326901f6923610c36bab6abda3ffca4ed8d3e..09c13122cc2b473246f0239700cf3569d1faf8c6:/README diff --git a/README b/README index c289e23..d4dea30 100644 --- a/README +++ b/README @@ -22,5 +22,7 @@ build and install dwm (if necessary as root). xmenu receives as input a menu specification where each line is a menu entry. Each line can be indented with tabs to represent nested menus. Each line is made out of a label and a command separated by any number -of tabs. +of tabs. Lines without labels are menu separators. +See the script ./xmenu.sh for an example of how xmenu can be used to +draw a simple menu with submenus and separators.