~adnano/wmenu

15bf9f37bb5e1d101dc39337cddb6831974d539a — Adnan Maolood 1 year, 7 months ago ad11289 0.1.0
README: Mention Sway
1 files changed, 9 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +9 -2
@@ 1,7 1,7 @@
# wmenu - dmenu for Wayland

An efficient dynamic menu for supported Wayland compositors (requires
`wlr_layer_shell_v1` support).
An efficient dynamic menu for Sway and wlroots based Wayland compositors
(requires `wlr_layer_shell_v1` support).

## Installation



@@ 23,6 23,13 @@ $ ninja -C build

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](https://lists.sr.ht/~adnano/wmenu-devel).