1
10
Fork
You've already forked emenu
3
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%
2024年06月24日 17:15:16 -04:00
protocols emenu 2024年06月04日 12:29:33 -04:00
.gitignore add .gitignore 2024年06月12日 17:57:42 +03:00
config.def.h use pixman_color_t for colors; avoid unnecessary color parsing always 2024年06月12日 17:48:22 +03:00
config.mk Bump version to 1.0 2024年06月23日 11:09:01 -04:00
drwl.h emenu 2024年06月04日 12:29:33 -04:00
emenu.1 Remove obsolete documentation from man page 2024年06月22日 15:35:01 -04:00
emenu.c Remove assert 2024年06月24日 17:15:16 -04:00
emenu_run add emenu_run script, similar to dmenu_run script 2024年06月11日 17:33:04 -04:00
LICENSE emenu 2024年06月04日 12:29:33 -04:00
LICENSE.drwl emenu 2024年06月04日 12:29:33 -04:00
LICENSE.utf8dec emenu 2024年06月04日 12:29:33 -04:00
Makefile Makefile: re-order SRC 2024年06月15日 21:32:30 +03:00
README Update README 2024年06月19日 21:46:53 +00:00
util.c emenu 2024年06月04日 12:29:33 -04:00
util.h emenu 2024年06月04日 12:29:33 -04:00

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.