From 21b68b1e68fd5c00471b738a5a05dd19492c61c2 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 22 Oct 2025 12:55:57 +0200 Subject: [PATCH] [Hyprland] Fix alvr launch bind typo --- config/hypr/hyprland/modal-binds/launch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/hyprland/modal-binds/launch.conf b/config/hypr/hyprland/modal-binds/launch.conf index e1385e7..99f494c 100644 --- a/config/hypr/hyprland/modal-binds/launch.conf +++ b/config/hypr/hyprland/modal-binds/launch.conf @@ -55,7 +55,7 @@ bind = , Z, submap, reset bind = , B, exec, /opt/bs-manager/bs-manager bind = , B, submap, reset -bind = , P, exec, alv_dashboard +bind = , P, exec, alvr_dashboard bind = , P, submap, reset bind = , A, exec, notify-send 'AirPlay server starting...' --app-name="AirPlay Audio" && terminator -T "hidden-terminator" -e "systemctl start avahi-daemon && shairport-sync -a LinuxPlay"