1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-21 23:16:12 +02:00
bemenu/README.md
2019-03-25 09:44:45 +01:00

1006 B

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