clean: upe
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"[workspace 1] uwsm app -- xdg-terminal-exec"
|
||||
|
||||
"[workspace special:steam silent] uwsm app -- steam"
|
||||
"launch-music"
|
||||
"music-launch"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user