aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.h')
-rw-r--r--src/hotkey.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hotkey.h b/src/hotkey.h
index 71d2e1d..641875d 100644
--- a/src/hotkey.h
+++ b/src/hotkey.h
@@ -73,6 +73,7 @@ struct hotkey
uint32_t key;
char **process_name;
char **command;
+ char *wildcard_command;
struct mode **mode_list;
};