emenu is a Wayland menu that aims to be a drop-in replacement for dmenu.
- C 84.5%
- Roff 7.4%
- Makefile 6.7%
- Shell 1.4%
| protocols | emenu | |
| .gitignore | add .gitignore | |
| config.def.h | use pixman_color_t for colors; avoid unnecessary color parsing always | |
| config.mk | Bump version to 1.0 | |
| drwl.h | emenu | |
| emenu.1 | Remove obsolete documentation from man page | |
| emenu.c | Remove assert | |
| emenu_run | add emenu_run script, similar to dmenu_run script | |
| LICENSE | emenu | |
| LICENSE.drwl | emenu | |
| LICENSE.utf8dec | emenu | |
| Makefile | Makefile: re-order SRC | |
| README | Update README | |
| util.c | emenu | |
| util.h | emenu | |
emenu - efficient menu ==================== emenu is an efficient menu for Wayland. Requirements ------------ In order to build emenu you need * The Wayland protocol files * Freetype * pixman * XKB * fcft Installation ------------ Edit config.mk to match your local setup (emenu is installed into the /usr/local namespace by default). Afterwards enter the following command to build and install emenu (if necessary as root): make clean install Running emenu ------------- See the man page for details.