Add troubleshooting item: wmenu doesn't show command suggestions as you type

Douglas Silva 2024-08-11 13:48:58 -03:00
parent b6631b9732
commit d6f321ff6f

10
Home.md

@ -869,4 +869,12 @@ See:
- [xserver!1236](https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1236)
- [libva#788](https://github.com/intel/libva/pull/788) and [libva#790](https://github.com/intel/libva/pull/790)
- [AMDVLK#351](https://github.com/GPUOpen-Drivers/AMDVLK/issues/351)
- [AMDVLK#351](https://github.com/GPUOpen-Drivers/AMDVLK/issues/351)
### `wmenu` doesn't show command suggestions as you type
```
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.