From 4dc7cb9ee66c0c1fd27ea8249108185eb76136cd Mon Sep 17 00:00:00 2001 From: ncdm-stldr <47739663+ncdm-stldr@users.noreply.github.com> Date: Thu, 8 May 2025 01:00:10 +0200 Subject: [PATCH] [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 https://github.com/swaywm/sway/commit/ab9b164e524532a99c6e383b4c6f1eaa60c8d721 and https://github.com/swaywm/sway/commit/b44015578a3d53cdd9436850202d4405696c1f52). The fix is simply to install this new application launcher wmenu instead of dmenu. --- archinstall/default_profiles/desktops/sway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/default_profiles/desktops/sway.py b/archinstall/default_profiles/desktops/sway.py index 79c4886e..fff11786 100644 --- a/archinstall/default_profiles/desktops/sway.py +++ b/archinstall/default_profiles/desktops/sway.py @@ -38,7 +38,7 @@ class SwayProfile(XorgProfile): "swaylock", "swayidle", "waybar", - "dmenu", + "wmenu", "brightnessctl", "grim", "slurp",