From d6f321ff6f6ffe31b7943757ade5da531b9e2bd3 Mon Sep 17 00:00:00 2001 From: Douglas Silva Date: Sun, 11 Aug 2024 13:48:58 -0300 Subject: [PATCH] Add troubleshooting item: wmenu doesn't show command suggestions as you type --- Home.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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