[fix] Sway: broken application launcher: dmenu -> wmenu #3442
Merged
svartkanin merged 1 commit intoarchlinux:masterfrom May 7, 2025
Conversation
…as changed for wmenu. 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.
Torxed
approved these changes
May 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The issue being fixed:
After a fresh installation using archinstall, and selecting desktop>sway, the default application launcher accessible via mod+d was not working. This is because sway has changed its default application launcher from dmenu to wmenu (see swaywm/sway@ab9b164 and swaywm/sway@b440155).
PR Description:
This commit ensures that wmenu is installed, resolving the issue and providing the expected application launcher functionality for new sway installations.
Tests and Checks