aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.h
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2019-02-23 17:18:49 +0100
committerkoekeishiya <aasvi93@hotmail.com>2019-02-23 17:18:49 +0100
commit5287a3192799d8f9bbdca01fa457cd6cb3e7eba5 (patch)
treeb78deccf346f047048581cc684ba6044b336106d /src/hotkey.h
parent0e703c3f275f6d4477f452acfb9cf9c73b9d9f1e (diff)
downloadskhd-5287a3192799d8f9bbdca01fa457cd6cb3e7eba5.tar.gz
skhd-5287a3192799d8f9bbdca01fa457cd6cb3e7eba5.zip
#62 implement option to unbind certain applications etc.
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;
};