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:
parent
7239b2c362
commit
f37de20a0d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue