mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
Initial commit
This commit is contained in:
commit
2f1c189d53
13 changed files with 1825 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -0,0 +1,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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue