A mirror of phillbush's xmenu.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
phillbush d8a7caf2e3 improved algorithm for mapping/unmapping пре 4 година
LICENSE NOW IN PUBLIC DOMAIN! пре 4 година
Makefile Initial commit пре 4 година
README Added separators пре 4 година
config.def.h improved algorithm that draw menus пре 4 година
config.mk Initial commit пре 4 година
xmenu.c improved algorithm for mapping/unmapping пре 4 година
xmenu.sh xmenu now works on tile window managers пре 4 година

README

                                 xmenu

Xmenu is a menu utility for X.
Xmenu receives a menu specification in stdin, shows a menu for the user
to select one of the options, and outputs the option selected to stdout.

§ Installation

In order to build xmenu you need the Xlib header files.

Edit config.mk to match your local setub (dwm is installed into the
/usr/local prefix by default). Then enter the following command to
build and install dwm (if necessary as root).

┌─────────────────────────────────────────────────────────────────────┐
│ make clean install │
└─────────────────────────────────────────────────────────────────────┘


§ Running xmenu

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. 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.