Change app launcher in hyprland config to match hyprland-desktop config

This commit is contained in:
Jack Mechem 2026-05-07 16:24:14 -07:00
parent f0e36369b1
commit fd7117670a
Signed by: jackmechem
SSH key fingerprint: SHA256:GjIjMAC33pzYOe+hWcX5uvgnPrVFAXSrquvt84AOJbU

View file

@ -154,6 +154,7 @@
exec-once = [ exec-once = [
"waypaper --restore" "waypaper --restore"
"gtkbar" "gtkbar"
"hyprmwh -d"
"rust-app-menu -d" "rust-app-menu -d"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"solaar -w hide" "solaar -w hide"
@ -162,7 +163,7 @@
# --- Variables --- # --- Variables ---
"$terminal" = "ghostty"; "$terminal" = "ghostty";
"$fileManager" = "thunar"; "$fileManager" = "thunar";
"$menu" = "rust-app-menu -ds"; "$menu" = "hyprmwh -a";
env = [ env = [
"XCURSOR_SIZE,24" "XCURSOR_SIZE,24"