aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 d0e62c4..099f036 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 wmenu_run
bindsym $mod+d exec $menu
```