From 92753f810ad5eb1ba7be34f37f1ca01210598a35 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 20 Sep 2026 07:59:42 +0200 Subject: [PATCH] fix: airplay --- config/hypr/hyprland/binds/launch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/hyprland/binds/launch.lua b/config/hypr/hyprland/binds/launch.lua index 5366238..3f0c3ea 100644 --- a/config/hypr/hyprland/binds/launch.lua +++ b/config/hypr/hyprland/binds/launch.lua @@ -51,7 +51,7 @@ hl.define_submap("launch", function() hl.dispatch(hl.dsp.exec_cmd("notify-send 'AirPlay server is starting...' --app-name='AirPlay Video'")) hl.dispatch( hl.dsp.exec_cmd( - "terminator -T 'hiddent'terminator' -e 'systemctl start avahi-daemon' && sleep 5 && uxplay -n LinuxVideoplay -nh" + "terminator -T 'hidden-terminator' -e 'systemctl start avahi-daemon' && sleep 5 && uxplay -n LinuxVideoplay -nh" ) ) exit_submap()