Fix close menu checks for sxmo_{websearch,timermenu}.sh
This commit is contained in:
parent
0a47a6e9b2
commit
04ef042596
2 changed files with 4 additions and 5 deletions
|
@ -4,6 +4,6 @@ SEARCHQUERY="$(
|
|||
echo "Close Menu" | dmenu -p "Search Query:" -c -fn "Terminus-20" -l 20
|
||||
)"
|
||||
pkill svkbd-sxmo
|
||||
[ "Close Menu" = $SEARCHQUERY ] && exit 0
|
||||
[[ "Close Menu" == "$SEARCHQUERY" ]] && exit 0
|
||||
|
||||
surf "https://duckduckgo.com/?q=${SEARCHQUERY}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue