adnano c05ab7520b Remove wmenu -P flag
This flag causes some issues with wmenu-run. It will be revisited in the
next release.
2024-05-04 21:41:21 -04:00
2024-05-04 21:41:21 -04:00
2022-01-16 08:32:58 -05:00
2024-02-27 08:50:29 -05:00
2024-05-04 21:41:21 -04:00
2024-05-04 21:41:21 -04:00
2024-05-02 21:40:46 -04:00
2024-05-03 21:23:08 -04:00
2024-05-04 21:41:21 -04:00
2024-05-02 21:39:54 -04:00
2024-05-02 21:39:54 -04:00
2024-05-03 19:31:11 -04:00
2024-05-04 21:41:21 -04:00

wmenu

wmenu is an efficient dynamic menu for Sway and wlroots based Wayland compositors. It provides a Wayland-native dmenu replacement which maintains the look and feel of dmenu.

Installation

Dependencies:

  • cairo
  • pango
  • wayland
  • xkbcommon
  • scdoc (optional)
$ meson build
$ ninja -C build
# ninja -C build install

Usage

See wmenu(1)

To use wmenu with Sway, you can add the following to your configuration file:

set $menu wmenu-run
bindsym $mod+d exec $menu

Contributing

Send patches and questions to ~adnano/wmenu-devel.

Subscribe to release announcements on ~adnano/wmenu-announce.

Credits

This project started as a fork of dmenu-wl. However, most of the code was rewritten from scratch.

Description
This is a fork of wmenu
Readme MIT 143 KiB
Languages
C 94.6%
Meson 5.4%