X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=a04e2b60727990d9a2d35de06c157cd5610e90b6;hp=f123400cc874a8f582fc1d0cdf000dafab9c1ec5;hb=63f792db45b8422aef1be9127c3b5a53ce2e926d;hpb=0f44b250c447cf79c42b0bd7533ffa2b8bacf04c diff --git a/dwm.c b/dwm.c index f123400..a04e2b6 100644 --- a/dwm.c +++ b/dwm.c @@ -547,6 +547,7 @@ clientmessage(XEvent *e) { || (cme->data.l[0] == 2 /* _NET_WM_STATE_TOGGLE */ && !c->isfullscreen))); } else if(cme->message_type == netatom[NetActiveWindow]) { + return; if(!ISVISIBLE(c)) { c->mon->seltags ^= 1; c->mon->tagset[c->mon->seltags] = c->tags;