Make sxmo_file killeable with gesture

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
master
Stacy Harper 3 years ago committed by Maarten van Gompel
parent 7239b2c362
commit f37de20a0d
  1. 2
      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

Loading…
Cancel
Save