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:
@@ -52,7 +52,3 @@ void wofi_dmenu_exec(const gchar* cmd) {
|
||||
printf("%s\n", cmd);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
bool wofi_dmenu_exec_search() {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user