From b097e516216d6e48deed39df18ce97f62cfef13c Mon Sep 17 00:00:00 2001 From: Douglas Silva Date: Wed, 4 Sep 2024 23:40:04 -0300 Subject: [PATCH] wmenu troubleshooting: link to merged PR that fixes it --- Home.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2b2a2a6..95c3b6c 100644 --- a/Home.md +++ b/Home.md @@ -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. \ No newline at end of file +`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 +``` \ No newline at end of file