From ab9dfbed311865d3df835bf6c5d46096920422d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Mon, 11 Nov 2019 15:28:24 +0100 Subject: Re-enable subprocess --- sway-launcher-desktop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sway-launcher-desktop.sh') diff --git a/sway-launcher-desktop.sh b/sway-launcher-desktop.sh index d29f9ce..563d68b 100755 --- a/sway-launcher-desktop.sh +++ b/sway-launcher-desktop.sh @@ -149,7 +149,7 @@ trap 'rm "$FZFPIPE" "$PIDFILE"' EXIT INT (printf '%s' "${HIST_LINES[@]#* }" >>"$FZFPIPE") & # Load and append Desktop entries -#( +( for i in "${!DIRS[@]}"; do if [[ ! -d "${DIRS[i]}" ]]; then unset -v 'DIRS[$i]' @@ -159,7 +159,7 @@ for i in "${!DIRS[@]}"; do done # shellcheck disable=SC2068 entries ${DIRS[@]} >>"$FZFPIPE" -#) & +) & # Load and append command list ( -- cgit v1.2.3