mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
30 lines
465 B
Markdown
30 lines
465 B
Markdown
|
|
# wmenu - dmenu for Wayland
|
||
|
|
|
||
|
|
An efficient dynamic menu for supported Wayland compositors (requires
|
||
|
|
`wlr_layer_shell_v1` support).
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
Dependencies:
|
||
|
|
|
||
|
|
- cairo
|
||
|
|
- pango
|
||
|
|
- wayland
|
||
|
|
- xkbcommon
|
||
|
|
- scdoc (optional)
|
||
|
|
|
||
|
|
```
|
||
|
|
$ meson build
|
||
|
|
$ ninja -C build
|
||
|
|
# ninja -C build install
|
||
|
|
```
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
See wmenu(1)
|
||
|
|
|
||
|
|
## Credits
|
||
|
|
|
||
|
|
This project started as a fork of [dmenu-wl](https://github.com/nyyManni/dmenu-wayland).
|
||
|
|
However, most of the code was rewritten from scratch.
|