From d662e5dcc7b0b7ca1160abcfaf2030b7c2c88483 Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 27 Dec 2025 22:16:37 -0600 Subject: [PATCH] clean: upe --- apps/hyprland/hypr/exec.nix | 2 +- modules/home/music.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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..."