about summary refs log tree commit diff stats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/config.toml3
-rwxr-xr-x[-rw-r--r--]contrib/external_commands_script.sh (renamed from crates/yt_dlp/.cargo/config.toml)13
2 files changed, 13 insertions, 3 deletions
diff --git a/contrib/config.toml b/contrib/config.toml
index ffd91a1..ac06959 100644
--- a/contrib/config.toml
+++ b/contrib/config.toml
@@ -8,6 +8,9 @@
 # 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>.
 
+[global]
+display_colors = true
+
 [select]
 playback_speed = 2.7
 subtitle_langs = ""
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