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