Drop wmenu -x option

This commit is contained in:
adnano 2024-05-02 14:44:09 -04:00
parent e4c4627eeb
commit 6a39269d2e
5 changed files with 4 additions and 61 deletions

View file

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