I've pushed a modified version of the second patch. I've also added the
git config command to the list description.
I will update the README with Sway-specific details in a separate
commit.
Thanks!
To git@git.sr.ht:~adnano/wmenu
f40a473..ad11289 master -> master
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 8ec32e64fe8e..0e03949037c8 100644
--- a/README.md+++ b/README.md
@@ -23,6 +23,15 @@ $ ninja -C build
See wmenu(1)
+after building and installing wmenu, you can configure your sway config like this:++```+# pass the final command to swaymsg so that window is opened on the+# original workspace that the command was run on.+set $menu dmenu_path | wmenu -p "Run:" -l 10 | xargs swaymsg exec+bindsym $mod+p exec $menu+```
I don't think we should include this information here, as it is a
somewhat standard procedure, and repeating it in every project README
would be tiresome.
++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).
--
2.35.2
I've pushed a modified version of the second patch. I've also added the
git config command to the list description.
I will update the README with Sway-specific details in a separate
commit.
Thanks!
To git@git.sr.ht:~adnano/wmenu
f40a473..ad11289 master -> master