diff options
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | contrib/external_commands_script.sh (renamed from crates/yt_dlp/.cargo/config.toml) | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/crates/yt_dlp/.cargo/config.toml b/contrib/external_commands_script.sh index d84f14d..219eae7 100644..100755 --- a/crates/yt_dlp/.cargo/config.toml +++ b/contrib/external_commands_script.sh @@ -1,6 +1,8 @@ +#! /usr/bin/env sh + # yt - A fully featured command line YouTube client # -# Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> +# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> # SPDX-License-Identifier: GPL-3.0-or-later # # This file is part of Yt. @@ -8,5 +10,10 @@ # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -[env] -PYO3_PYTHON = "/nix/store/7xzk119acyws2c4ysygdv66l0grxkr39-python3-3.11.9-env/bin/python3" +riverctl focus-output next + +alacritty --title "floating please" --command "$@" + +riverctl focus-output next + +# vim: ft=sh |