1
0
mirror of https://github.com/Cloudef/bemenu synced 2024-11-23 17:32:11 +01:00
Dynamic menu library and client program inspired by dmenu
Go to file
2019-03-25 09:44:45 +01:00
client client: update help (--bottom available for wayland) 2018-04-29 20:50:56 +09:00
CMake Basic pango. 2014-11-23 21:20:03 +02:00
doxygen Update mainpage 2015-02-02 01:55:03 +02:00
lib Add options for renderers, make deps required 2019-03-25 09:44:45 +01:00
test Remove the useless test, need actual tests. 2015-01-20 18:49:35 +02:00
.editorconfig Add .editorconfig 2018-04-08 11:05:52 -04:00
.gitignore Ignore backup files 2014-03-18 21:20:26 +01:00
CMakeLists.txt Add options for renderers, make deps required 2019-03-25 09:44:45 +01:00
LICENSE-CLIENT Add license for client[s] 2014-03-18 20:12:00 +01:00
LICENSE-LIB Add license for library and binding[s] 2014-03-18 20:15:05 +01:00
README.md Add options for renderers, make deps required 2019-03-25 09:44:45 +01:00

bemenu

Linux buildhck status Darwin buildhck status

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