diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-09-13 14:23:52 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-09-13 14:23:52 +1200 |
| commit | 8cea9df3b45e16ee122e899c08dccfc58a60f17c (patch) | |
| tree | 95c9a00b1e42e2acea265de04f00e1f0c5570e44 /config.h | |
| parent | 6927b3c31ef680fcec230a838da8edfc2972b7f9 (diff) | |
| download | YATwm-8cea9df3b45e16ee122e899c08dccfc58a60f17c.tar.gz YATwm-8cea9df3b45e16ee122e899c08dccfc58a60f17c.zip | |
Logging
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}}, |
