diff --git a/apps/hyprland/hypr/exec.nix b/apps/hyprland/hypr/exec.nix index b09341a..d048c8c 100644 --- a/apps/hyprland/hypr/exec.nix +++ b/apps/hyprland/hypr/exec.nix @@ -24,7 +24,7 @@ "[workspace 1] uwsm app -- xdg-terminal-exec" "[workspace special:steam silent] uwsm app -- steam" - "launch-music" + "music-launch" ]; }; } diff --git a/modules/home/music.nix b/modules/home/music.nix index e9070a6..4474f2c 100644 --- a/modules/home/music.nix +++ b/modules/home/music.nix @@ -1,5 +1,5 @@ {pkgs, ...}: let - launch-music = pkgs.writeShellScriptBin "launch-music" '' + launch-music = pkgs.writeShellScriptBin "hakase-music-launch" '' # Log output for debugging LOGfile="/tmp/launch-music.log" exec > >(tee -a "$LOGfile") 2>&1 @@ -15,7 +15,7 @@ # Wait for window to appear echo "Waiting for window..." - sleep 3 + sleep 0.1 # Focus echo "Focusing jellyfin-tui..."