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"