bugfix and keys

bugfix: playing failed with tracks of unknown length
keys: added yank keys
This commit is contained in:
2025-09-11 13:59:27 +02:00
parent 56b8c73297
commit 3702bc54a8
4 changed files with 12 additions and 2 deletions

View File

@@ -39,5 +39,8 @@ if [ ! "${TOOLS_LOADED:-}" ]; then
fi
export SOCAT
command -v "xsel" >/dev/null && CLIP="xsel" || CLIP="true"
export CLIP
export TOOLS_LOADED=1
fi