Added parse_action option to dmenu

This commit is contained in:
Scoopta
2019-12-16 19:15:16 -08:00
parent 62861d3686
commit c248461260
3 changed files with 33 additions and 3 deletions

View File

@@ -44,6 +44,8 @@ struct cache_line {
void wofi_init(struct map* config);
char* wofi_parse_image_escapes(const char* text);
void wofi_write_cache(const gchar* mode, const gchar* cmd);
struct wl_list* wofi_read_cache(char* mode);