Make sxmo_file killeable with gesture

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Stacy Harper 2021-05-11 09:33:04 +02:00 committed by Maarten van Gompel
parent 7239b2c362
commit f37de20a0d

View file

@ -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