about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/dragon_stay
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/commands/scripts/dragon_stay')
-rwxr-xr-xhome-manager/config/lf/commands/scripts/dragon_stay6
1 files changed, 5 insertions, 1 deletions
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