about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-24 16:27:02 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-24 16:27:02 +0200
commitebc1fff767e4a94de1f9f4db27dc955d0748a4dd (patch)
tree0551e2cea3bb06fee32b1e227ffb8fa933c5a2cb
parentfix(crates/yt/commands/select): Allow configuring the `yt select url` opener (diff)
downloadyt-ebc1fff767e4a94de1f9f4db27dc955d0748a4dd.zip
docs(contrib/external_commands_script.sh): Init
This is essentially the implementation that was hard-coded before.
-rwxr-xr-xcontrib/external_commands_script.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/external_commands_script.sh b/contrib/external_commands_script.sh
new file mode 100755
index 0000000..2e59e94
--- /dev/null
+++ b/contrib/external_commands_script.sh
@@ -0,0 +1,9 @@
+#! /usr/bin/env sh
+
+riverctl focus-output next
+
+alacritty --title "floating please" --command "$@"
+
+riverctl focus-output next
+
+# vim: ft=sh