1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-17 21:16:40 +02:00
bemenu/README.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2014-03-18 17:20:33 +01:00
bemenu
======
2015-05-10 00:12:06 +02:00
![Linux](http://build.cloudef.pw/platform/linux.svg) [![buildhck status](http://build.cloudef.pw/build/bemenu/master/linux%20x86_64/current/status.svg)](http://build.cloudef.pw/build/bemenu/master/linux%20x86_64)
![Darwin](http://build.cloudef.pw/platform/darwin.svg) [![buildhck status](http://build.cloudef.pw/build/bemenu/master/darwin%20x86_64/current/status.svg)](http://build.cloudef.pw/build/bemenu/master/darwin%20x86_64)
2014-10-27 13:41:40 +01:00
2014-03-18 17:20:33 +01:00
Dynamic menu library and client program inspired by dmenu
2014-03-18 18:31:50 +01:00
## Renderers
bemenu supports three different renderers:
- ncurses
- X11
- Wayland; specifically, [wlroots](https://github.com/swaywm/wlroots)-based compositors
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]`
2014-03-18 18:31:50 +01:00
## License
2014-03-18 20:20:11 +01:00
* [GNU GPLv3 (or any later version)](LICENSE-CLIENT) for client program[s] and
other sources except library and bindings
* [GNU LGPLv3 (or any later version)](LICENSE-LIB) for library and bindings