dmenu mode no longer uses the search bar contents when enter is pressed, this can be overridden for all modes with -e. Additionally all modes now get the search contents if no results are found.

This commit is contained in:
Scoopta
2019-11-04 17:46:39 -08:00
parent a459a29ca1
commit 436c1ad0cd
3 changed files with 20 additions and 11 deletions

View File

@@ -52,7 +52,3 @@ void wofi_dmenu_exec(const gchar* cmd) {
printf("%s\n", cmd);
exit(0);
}
bool wofi_dmenu_exec_search() {
return true;
}