forked from RepoMirrors/bemenu
Text is displayed vertically centered in a line. If unspecified, or 0, the previous behaviour of making the height the size of the text, plus two pixels on either side, is used, so there will be no change in behaviour if this option is not used. Fixes https://github.com/Cloudef/bemenu/issues/44. |
||
---|---|---|
client | ||
CMake | ||
doxygen | ||
lib | ||
test | ||
.editorconfig | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE-CLIENT | ||
LICENSE-LIB | ||
README.md |
bemenu
Dynamic menu library and client program inspired by dmenu
Renderers
bemenu supports three different renderers:
- ncurses
- X11
- Wayland
Enable/disable the renderers by appending these CMake options when executing cmake <dir>
:
-DBEMENU_CURSES_RENDERER=[OFF|ON]
-DBEMENU_X11_RENDERER=[OFF|ON]
-DBEMENU_WAYLAND_RENDERER=[OFF|ON]
License
- GNU GPLv3 (or any later version) for client program[s] and other sources except library and bindings
- GNU LGPLv3 (or any later version) for library and bindings