Solve Problems With Shell Scripting And Dmenu
@derek
Very nice, I'll add some stuff to my dmenu. Thx DT!
Hi, I like the dmsearch script very much, but I noticed one thing: if you select "quit", it acts as selecting an engine instead of quitting. Personally, I put this between choosing the engine and the query:
```
if [[ $engine == quit ]]; then
exit
fi
```
Perhaps, you would update your script? (I didn't post it on gitlab since I dislike sites that do not display the content if JS is disabled).
@kzerza Fixed. Thanks for letting me know about that.
@derek when you use it this way it's kind of like the chrome/chromium url bar but more powerful