[fix] Sway: dmenu is no longer the default application launcher. It was changed for wmenu. (#3442)
I couldn't start the application launcher with mod+d after a fresh installation using archinstall, where I selected sway as a desktop. The reason is that the default application launcher for sway changed (seeab9b164e52andb44015578a). The fix is simply to install this new application launcher wmenu instead of dmenu.
This commit is contained in:
parent
a3c1e20ea0
commit
4dc7cb9ee6
|
|
@ -38,7 +38,7 @@ class SwayProfile(XorgProfile):
|
|||
"swaylock",
|
||||
"swayidle",
|
||||
"waybar",
|
||||
"dmenu",
|
||||
"wmenu",
|
||||
"brightnessctl",
|
||||
"grim",
|
||||
"slurp",
|
||||
|
|
|
|||
Loading…
Reference in New Issue