diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 12:26:53 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 12:26:53 +0100 |
commit | af95c08f3878b43322e76d50e821f9fe2fdff26a (patch) | |
tree | b8f1163a950143ae0c0118aa1ccf9619e535cc75 /sys/svcs/xdg/scripts/lf_wrapper | |
parent | fix(sys/svcs/xdg/portals): Set loglevel (diff) | |
download | nixos-config-af95c08f3878b43322e76d50e821f9fe2fdff26a.tar.gz nixos-config-af95c08f3878b43322e76d50e821f9fe2fdff26a.zip |
fix(sys/svcs/xdg/portals): Switch to trace and set correct terminal exec
Diffstat (limited to '')
-rwxr-xr-x | sys/svcs/xdg/scripts/lf_wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svcs/xdg/scripts/lf_wrapper b/sys/svcs/xdg/scripts/lf_wrapper index 326ffd3f..9395c338 100755 --- a/sys/svcs/xdg/scripts/lf_wrapper +++ b/sys/svcs/xdg/scripts/lf_wrapper @@ -62,7 +62,7 @@ else set -- -selection-path="$out" -command='set promptfmt "Select file (open file to select it) %S \033[32;1m%u@%h\033[0m:\033[34;1m%d\033[0m\033[1m%f\033[0m"' fi -"$termcmd" -- "$cmd" "$@" +"$termcmd" -e "$cmd" "$@" if [ "$save" = "1" ] && [ ! -s "$out" ]; then rm "$recommended_path" |