bugfix and keys
bugfix: playing failed with tracks of unknown length keys: added yank keys
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user