From fd7117670a10f6f81bb8daecfde5b087946cd8e6 Mon Sep 17 00:00:00 2001 From: Jack Mechem Date: Thu, 7 May 2026 16:24:14 -0700 Subject: [PATCH] Change app launcher in hyprland config to match hyprland-desktop config --- modules/home-manager/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index dc500fb..1d74dee 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -154,6 +154,7 @@ exec-once = [ "waypaper --restore" "gtkbar" + "hyprmwh -d" "rust-app-menu -d" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "solaar -w hide" @@ -162,7 +163,7 @@ # --- Variables --- "$terminal" = "ghostty"; "$fileManager" = "thunar"; - "$menu" = "rust-app-menu -ds"; + "$menu" = "hyprmwh -a"; env = [ "XCURSOR_SIZE,24"