Make bluetooth menu 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:34:56 +02:00 committed by Maarten van Gompel
parent 457aa3e1b0
commit ed220b34d7

View file

@ -51,7 +51,7 @@ devicemenu() {
PICKED="$(
echo "$ENTRIES" |
dmenu -i -c -l 10 -p "Devices"
)"
)" || exit
if echo "$PICKED" | grep -q "Refresh"; then
continue