about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/dragon
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/commands/scripts/dragon')
-rwxr-xr-xhome-manager/config/lf/commands/scripts/dragon6
1 files changed, 5 insertions, 1 deletions
diff --git a/home-manager/config/lf/commands/scripts/dragon b/home-manager/config/lf/commands/scripts/dragon
index a6fe0355..0978502b 100755
--- a/home-manager/config/lf/commands/scripts/dragon
+++ b/home-manager/config/lf/commands/scripts/dragon
@@ -3,5 +3,9 @@
 # shellcheck source=/dev/null
 SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
 
-dragon -a -x "$fx"
+while read -r file; do
+    set -- "$@" "$file"
+done < "$(tmp "echo '$fx'")"
+
+dragon -a -x "$@"
 # vim: ft=sh