Update README.md

This commit is contained in:
adnano 2024-05-25 19:10:07 -04:00
parent 30abca4f30
commit 0fa9c35949

View file

@ -30,14 +30,3 @@ To use wmenu with Sway, you can add the following to your configuration file:
set $menu wmenu-run set $menu wmenu-run
bindsym $mod+d exec $menu bindsym $mod+d exec $menu
``` ```
## Contributing
Send patches and questions to [~adnano/wmenu-devel](https://lists.sr.ht/~adnano/wmenu-devel).
Subscribe to release announcements on [~adnano/wmenu-announce](https://lists.sr.ht/~adnano/wmenu-announce).
## 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.