From f37de20a0d487603e369ce40e5f00feb70506c2e Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Tue, 11 May 2021 09:33:04 +0200 Subject: [PATCH] Make sxmo_file killeable with gesture Signed-off-by: Stacy Harper Signed-off-by: Maarten van Gompel --- scripts/appscripts/sxmo_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/appscripts/sxmo_files.sh b/scripts/appscripts/sxmo_files.sh index 874a38c..30ec3c7 100755 --- a/scripts/appscripts/sxmo_files.sh +++ b/scripts/appscripts/sxmo_files.sh @@ -39,7 +39,7 @@ while true; do PICKED="$( echo "$CHOICES" | dmenu -c -p "$DIR" -l 20 -i - )" + )" || exit echo "$PICKED" | grep "Sort By" && sort_loop echo "$PICKED" | grep "Close Menu" && exit 0