aboutsummaryrefslogtreecommitdiffstats
path: root/sway-launcher-desktop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sway-launcher-desktop.sh')
-rwxr-xr-xsway-launcher-desktop.sh4
1 files changed, 2 insertions, 2 deletions
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
(