[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 (see ab9b164e52 and b44015578a).
The fix is simply to install this new application launcher wmenu instead of dmenu.
This commit is contained in:
ncdm-stldr 2025-05-08 01:00:10 +02:00 committed by GitHub
parent a3c1e20ea0
commit 4dc7cb9ee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class SwayProfile(XorgProfile):
"swaylock",
"swayidle",
"waybar",
"dmenu",
"wmenu",
"brightnessctl",
"grim",
"slurp",