aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradnano <me@adnano.co>2024-05-02 21:41:26 -0400
committeradnano <me@adnano.co>2024-05-02 21:41:26 -0400
commit92d3b294aeff5b36916782847bae4389c10e8f17 (patch)
tree42635f119778a185d6c56bad36442dd167da6c3a
parent477c0419b4a06b286bf09405e44c5fdc36e44b2f (diff)
downloadwmenu-92d3b294aeff5b36916782847bae4389c10e8f17.tar.gz
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0e62c4..649e020 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ 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 --
+set $menu dmenu_path | wmenu-run
bindsym $mod+d exec $menu
```