summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-09-13 14:23:52 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-09-13 14:23:52 +1200
commit8cea9df3b45e16ee122e899c08dccfc58a60f17c (patch)
tree95c9a00b1e42e2acea265de04f00e1f0c5570e44 /config.h
parent6927b3c31ef680fcec230a838da8edfc2972b7f9 (diff)
downloadYATwm-8cea9df3b45e16ee122e899c08dccfc58a60f17c.tar.gz
YATwm-8cea9df3b45e16ee122e899c08dccfc58a60f17c.zip
Logging
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}},