X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/705316fabeca799a0e4b75ecac77042525069e65..HEAD:/README.md diff --git a/README.md b/README.md index 757fd8a..0dd2597 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # 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. @@ -37,8 +33,6 @@ The files are: * `./README`: This file. * `./Makefile`: The makefile. * `./config.h`: The hardcoded default configuration for XMenu. -* `./config.mk`: The setup for the makefile. -* `./demo.gif`: A gif demonstrating how XMenu works. * `./xmenu.1`: The manual file (man page) for XMenu. * `./xmenu.c`: The source code of XMenu. * `./xmenu.sh`: A sample script illustrating how to use XMenu.