wmenu troubleshooting: link to merged PR that fixes it

Douglas Silva 2024-09-04 23:40:04 -03:00
parent 040f5ebef0
commit b097e51621

@ -877,4 +877,10 @@ See:
set $menu dmenu_path | wmenu | xargs swaymsg exec --
```
`dmenu_path` is provided by the package `dmenu`. Because it's often regarded as an optional dependency of Sway, it's likely that you don't have it installed.
`dmenu_path` is provided by the package `dmenu`. Because it's often regarded as an optional dependency of Sway, it's likely that you don't have it installed.
UPDATE: Merged PR [#8289](https://github.com/swaywm/sway/pull/8289) has eliminated the dependency on _dmenu_. The default configuration will run `wmenu-run` instead.
```
set $menu wmenu-run
```