X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/ce9a9934ec7f58398cc62f2653fcccae5fec1853..dc1690ce0fac57ef4c8cd3f0e833cfa07411830f:/view.c?ds=sidebyside 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;