summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4d7c4f5..dcce4fd 100644
--- a/config.h
+++ b/config.h
@@ -69,7 +69,7 @@ const char* suspend[] = {"systemctl", "suspend", NULL};
{MOD, K, changeWS, {.num = X}}, \
{MOD|SHIFT, K, wToWS, {.num = X}}
-static struct Key keyBinds[] = {
+static Key keyBinds[] = {
//Modifiers //Key //Func //Args
//General
{MOD, XK_e, exit, {NULL}},