No description
Find a file
2022-04-17 13:27:28 -04:00
docs Initial commit 2022-01-16 08:32:58 -05:00
protocols Initial commit 2022-01-16 08:32:58 -05:00
.gitignore Initial commit 2022-01-16 08:32:58 -05:00
LICENSE Initial commit 2022-01-16 08:32:58 -05:00
main.c Adjust line height 2022-04-17 13:27:28 -04:00
meson.build Initial commit 2022-01-16 08:32:58 -05:00
pango.c Initial commit 2022-01-16 08:32:58 -05:00
pango.h Initial commit 2022-01-16 08:32:58 -05:00
pool-buffer.c Initial commit 2022-01-16 08:32:58 -05:00
pool-buffer.h Initial commit 2022-01-16 08:32:58 -05:00
README.md Initial commit 2022-01-16 08:32:58 -05:00

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. However, most of the code was rewritten from scratch.