Skip to content

Commit 4dc7cb9

Browse files
authored
[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 swaywm/sway@ab9b164 and swaywm/sway@b440155). The fix is simply to install this new application launcher wmenu instead of dmenu.
1 parent a3c1e20 commit 4dc7cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • archinstall/default_profiles/desktops

archinstall/default_profiles/desktops/sway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def packages(self) -> list[str]:
3838
"swaylock",
3939
"swayidle",
4040
"waybar",
41-
"dmenu",
41+
"wmenu",
4242
"brightnessctl",
4343
"grim",
4444
"slurp",

0 commit comments

Comments
 (0)