From e5af81a5f9d9d3a2af0d3e970815e3c73beb0840 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 28 May 2023 22:10:24 +0200 Subject: Fix(hm/conf/lf/cmds): Rework some of them --- home-manager/config/lf/commands/scripts/dragon_stay | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'home-manager/config/lf/commands/scripts/dragon_stay') diff --git a/home-manager/config/lf/commands/scripts/dragon_stay b/home-manager/config/lf/commands/scripts/dragon_stay index f0379680..05eb606c 100755 --- a/home-manager/config/lf/commands/scripts/dragon_stay +++ b/home-manager/config/lf/commands/scripts/dragon_stay @@ -3,5 +3,9 @@ # shellcheck source=/dev/null SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH -dragon -a "$fx" +while read -r file; do + set -- "$@" "$file"; +done < "$(tmp "echo '$fx'")" + +dragon -a "$@" # vim: ft=sh -- cgit 1.4.1