X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=view.c;h=85bfabf3c359d9b79cafa555684cbccf6cb56bdc;hb=04b633ddf394fccf5a3125ea17239bad6997c8df;hp=daf07114dde297613ab6899cc22e3c97e0890fa2;hpb=ce9a9934ec7f58398cc62f2653fcccae5fec1853;p=dwm.git diff --git a/view.c b/view.c index daf0711..85bfabf 100644 --- a/view.c +++ b/view.c @@ -44,6 +44,9 @@ reorder(void) { static void togglemax(Client *c) { XEvent ev; + + if(c->isfixed) + return; if((c->ismax = !c->ismax)) { c->rx = c->x; c->x = sx;