aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradnano <me@adnano.co>2024-05-02 14:44:09 -0400
committeradnano <me@adnano.co>2024-05-02 14:44:09 -0400
commit6a39269d2e73273de324ed156eba71e5bdcd9602 (patch)
tree50603b39bcac51561ce0b84ec397dc85dcd9c9e2 /README.md
parente4c4627eebc57a6af5812c69f6dc3f9992d9c770 (diff)
downloadwmenu-6a39269d2e73273de324ed156eba71e5bdcd9602.tar.gz
Drop wmenu -x option
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 099f036..d0e62c4 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 wmenu_run
+set $menu dmenu_path | wmenu | xargs swaymsg exec --
bindsym $mod+d exec $menu
```