From 8cea9df3b45e16ee122e899c08dccfc58a60f17c Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 13 Sep 2022 14:23:52 +1200 Subject: Logging --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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}}, -- cgit v1.2.3