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
6
Home.md
6
Home.md
@ -878,3 +878,9 @@ 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.
|
||||
|
||||
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