toke / bemenu

Dynamic menu library and client program inspired by dmenu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dynamic menu library and client program inspired by dmenu

License:GNU General Public License v3.0


Languages

Language:C 78.7%Language:CMake 10.2%Language:CSS 10.0%Language:HTML 1.2%