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:
parent
457aa3e1b0
commit
ed220b34d7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ devicemenu() {
|
||||||
PICKED="$(
|
PICKED="$(
|
||||||
echo "$ENTRIES" |
|
echo "$ENTRIES" |
|
||||||
dmenu -i -c -l 10 -p "Devices"
|
dmenu -i -c -l 10 -p "Devices"
|
||||||
)"
|
)" || exit
|
||||||
|
|
||||||
if echo "$PICKED" | grep -q "Refresh"; then
|
if echo "$PICKED" | grep -q "Refresh"; then
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue