@ -136,7 +136,7 @@ buttonpress(XEvent *e) {
}
else if(ev->button == Button2)
zoom(NULL);
else if(ev->button == Button3 && (arrange == dofloat || c->isfloat)) {
else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) && !c->isfixed) {
restack();
resizemouse(c);
The note is not visible to the blocked user.