oops forgot to add signal

This commit is contained in:
speedie 2022-10-23 04:51:27 +02:00
parent 9700613d3e
commit f73013b211

View file

@ -75,6 +75,8 @@ static Signal signals[] = {
{ 76, togglebarsticky, {0} },
{ 77, togglebaricon, {0} },
{ 78, resetbar, {0} },
{ 79, setbarheight, {.i = +1 } },
{ 80, setbarheight, {.i = -1 } },
#if LAYOUT_TILE
{ 1, setlayout, {.v = &layouts[0]} }, /* Tiling layout */
#endif