No description
Find a file
2024-05-02 18:45:49 -04:00
docs Drop wmenu -x option 2024-05-02 14:44:09 -04:00
protocols Support xdg_activation_v1 protocol 2024-04-07 08:51:57 -04:00
.gitignore Initial commit 2022-01-16 08:32:58 -05:00
LICENSE Update LICENSE 2024-02-27 08:50:29 -05:00
main.c Fix destruction of pool buffers 2024-05-02 18:45:49 -04:00
menu.c Fix destruction of pool buffers 2024-05-02 18:45:49 -04:00
menu.h Fix destruction of pool buffers 2024-05-02 18:45:49 -04:00
meson.build Separate menu state from Wayland state 2024-05-02 17:03:07 -04:00
pango.c Free memory associated with the menu on exit 2024-03-02 11:31:13 -05:00
pango.h Move menu and rendering logic into separate files 2024-02-27 11:23:12 -05:00
pool-buffer.c Move menu and rendering logic into separate files 2024-02-27 11:23:12 -05:00
pool-buffer.h Move menu and rendering logic into separate files 2024-02-27 11:23:12 -05:00
README.md Drop wmenu -x option 2024-05-02 14:44:09 -04:00
render.c Fix destruction of pool buffers 2024-05-02 18:45:49 -04:00
render.h Move menu and rendering logic into separate files 2024-02-27 11:23:12 -05:00
wayland.c Fix destruction of pool buffers 2024-05-02 18:45:49 -04:00
wayland.h Fix destruction of pool buffers 2024-05-02 18:45:49 -04:00
wmenu_run Drop wmenu -x option 2024-05-02 14:44:09 -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 dmenu_path | wmenu | xargs swaymsg exec --
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.