suckless-utils/tabbed-flexipatch/patch/hidebar.c

6 lines
69 B
C

void
showbar(const Arg *arg)
{
barvisibility = arg->i;
drawbar();
}