mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
wmenu troubleshooting: link to merged PR that fixes it
parent
040f5ebef0
commit
b097e51621
8
Home.md
8
Home.md
@ -877,4 +877,10 @@ See:
|
|||||||
set $menu dmenu_path | wmenu | xargs swaymsg exec --
|
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.
|
`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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user