Added support for combi style functionality

This commit is contained in:
Scoopta
2019-11-04 20:56:40 -08:00
parent 0eb03b7adc
commit 2ab1c53b4d
5 changed files with 47 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ void wofi_init(struct map* config);
struct wl_list* wofi_read_cache(char* mode);
void wofi_insert_widget(char* text, char* search_text, char* action);
void wofi_insert_widget(char* mode, char* text, char* search_text, char* action);
bool wofi_allow_images();