Browse Source

Update README.md

little update to get people interested
master
Gideon Wolfe GitHub 4 years ago
parent
commit
c16406852b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      README.md

+ 7
- 6
README.md View File

@@ -1,7 +1,8 @@
<p align="center">
<img src="/demo.gif", title="demo"/>
</p>
XMenu
# XMenu
XMenu is a menu utility for X.
XMenu receives a menu specification in stdin, shows a menu for the user
@@ -15,7 +16,7 @@ spawn xmenu by right clicking on the root window (i.e. on the desktop).
[0]: https://github.com/phillbush/xclickroot


§ Features
## Features

XMenu comes with the following features:
• XMenu reads something in and prints something out, the UNIX way.
@@ -24,7 +25,7 @@ XMenu comes with the following features:
• Icons (menu entries can be preceded by an icon image).


§ Files
## Files

The files are:
• ./README: This file.
@@ -38,7 +39,7 @@ The files are:
• ./icons/: Icons for the sample script


§ Installation
## Installation

First, edit ./config.mk to match your local setup.

@@ -58,7 +59,7 @@ the manual file ./xmenu.1 into ${MANPREFIX}/man1/ directory.
make install


§ Running XMenu
## 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.
@@ -72,7 +73,7 @@ the menu generated by that script looks like.
Read the manual for more information on running XMenu.


§ License
## License

MIT/X Consortium License



Loading…
Cancel
Save