blob: 8ec32e64fe8ea3d31a829873adf4d20d3d2a8eb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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.
|