diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-19 22:04:35 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-19 22:04:35 +0200 |
commit | 7ead226ea0871045fa66472bd7b0b0e570038ff1 (patch) | |
tree | f04a9966e52a3b32228427e423f08e5ee7a4bcb5 /modules/by-name/yt/yt/external_commands_script.sh | |
parent | modules/river/keymap: Avoid the inf-rec by explicitly using a fixpoint (diff) | |
download | nixos-config-7ead226ea0871045fa66472bd7b0b0e570038ff1.zip |
modules/yt: Use nix to generate the configs and update the config
Diffstat (limited to 'modules/by-name/yt/yt/external_commands_script.sh')
-rwxr-xr-x | modules/by-name/yt/yt/external_commands_script.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/by-name/yt/yt/external_commands_script.sh b/modules/by-name/yt/yt/external_commands_script.sh new file mode 100755 index 00000000..2e59e94a --- /dev/null +++ b/modules/by-name/yt/yt/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 |