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 ```