Update README.md
little update to get people interested
This commit is contained in:
parent
ba97c0d2ba
commit
c16406852b
13
README.md
13
README.md
|
@ -1,7 +1,8 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="/demo.gif", title="demo"/>
|
<img src="/demo.gif", title="demo"/>
|
||||||
</p>
|
</p>
|
||||||
XMenu
|
|
||||||
|
# XMenu
|
||||||
|
|
||||||
XMenu is a menu utility for X.
|
XMenu is a menu utility for X.
|
||||||
XMenu receives a menu specification in stdin, shows a menu for the user
|
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
|
[0]: https://github.com/phillbush/xclickroot
|
||||||
|
|
||||||
|
|
||||||
§ Features
|
## Features
|
||||||
|
|
||||||
XMenu comes with the following features:
|
XMenu comes with the following features:
|
||||||
• XMenu reads something in and prints something out, the UNIX way.
|
• 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).
|
• Icons (menu entries can be preceded by an icon image).
|
||||||
|
|
||||||
|
|
||||||
§ Files
|
## Files
|
||||||
|
|
||||||
The files are:
|
The files are:
|
||||||
• ./README: This file.
|
• ./README: This file.
|
||||||
|
@ -38,7 +39,7 @@ The files are:
|
||||||
• ./icons/: Icons for the sample script
|
• ./icons/: Icons for the sample script
|
||||||
|
|
||||||
|
|
||||||
§ Installation
|
## Installation
|
||||||
|
|
||||||
First, edit ./config.mk to match your local setup.
|
First, edit ./config.mk to match your local setup.
|
||||||
|
|
||||||
|
@ -58,7 +59,7 @@ the manual file ./xmenu.1 into ${MANPREFIX}/man1/ directory.
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
||||||
§ Running XMenu
|
## Running XMenu
|
||||||
|
|
||||||
XMenu receives as input a menu specification where each line is a menu
|
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.
|
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.
|
Read the manual for more information on running XMenu.
|
||||||
|
|
||||||
|
|
||||||
§ License
|
## License
|
||||||
|
|
||||||
MIT/X Consortium License
|
MIT/X Consortium License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user