A mirror of phillbush's xmenu.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
phillbush 465d07dbe9 Fixed order of function calls il y a 4 ans
LICENSE NOW IN PUBLIC DOMAIN! il y a 4 ans
Makefile Fixed makefile il y a 4 ans
README Xmenu now has a man page. il y a 4 ans
config.h Added xft support (smooth fonts) il y a 4 ans
config.mk Added xft support (smooth fonts) il y a 4 ans
xmenu.1 xmenu now can be operated by keyboard il y a 4 ans
xmenu.c Fixed order of function calls il y a 4 ans
xmenu.sh Xmenu now has a man page. il y a 4 ans

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 setup (xmenu is installed into the
/usr/local prefix by default). Then enter the following command to
build and install xmenu (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.

Read the manual for more information on running xmenu.