about summary refs log tree commit diff stats
path: root/modules/by-name/yt/yt/external_commands_script.sh
blob: 2e59e94ae6d0d20d6942db1cffa5890369888a41 (plain) (blame)
1
2
3
4
5
6
7
8
9
#! /usr/bin/env sh

riverctl focus-output next

alacritty --title "floating please" --command "$@"

riverctl focus-output next

# vim: ft=sh