Fix bug with launching surf from menu and fix multiword searches for yt
This commit is contained in:
parent
4155254c9d
commit
b0c730c6af
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ menu() {
|
|||
)"
|
||||
pkill svkbd-sxmo
|
||||
|
||||
IDIOTRESULTS="$(idiotbox-cli $SEARCHTERMS)"
|
||||
IDIOTRESULTS="$(idiotbox-cli "$SEARCHTERMS")"
|
||||
RESULT="$(
|
||||
echo "$IDIOTRESULTS" |
|
||||
grep -Ev '^(Channelid|Atom feed|Channel title|Published|Viewcount|Userid):' |
|
||||
|
|
|
@ -21,7 +21,7 @@ programchoicesinit() {
|
|||
# Apps menu
|
||||
echo $WMCLASS | grep -i "applications" && CHOICES="$(echo "
|
||||
Surf ^ 0 ^ surf
|
||||
NetSurf ^ 0 ^ netsurf
|
||||
Netsurf ^ 0 ^ netsurf
|
||||
Sacc ^ 0 ^ st -e sacc i-logout.cz/1/bongusta
|
||||
W3M ^ 0 ^ st -e w3m duck.com
|
||||
St ^ 0 ^ st
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue