@ -11,6 +11,18 @@
#include "util.h"
#include "wm.h"
void
max(void *aux)
{
if(!stack)
return;
stack->x = sx;
stack->y = bh;
stack->w = sw - 2;
stack->h = sh - bh - 2;
resize(stack);
}
arrange(void *aux)
The note is not visible to the blocked user.