diff --git a/Home.md b/Home.md index 20c6a15..2b2a2a6 100644 --- a/Home.md +++ b/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) \ No newline at end of file +- [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. \ No newline at end of file