Re: [dev] [dwm] tag changes when applications are activated

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Wed, 18 Apr 2012 11:52:53 +0100

On 18 April 2012 08:57, Arian Kuschki <arian.kuschki_AT_googlemail.com> wrote:
> for some time now, not sure how long, dwm changes the displayed tag when an
> application is activated.

The blame here is either with dwm or the application, depending on the
way you look at it. Essentially, dwm supports the _NET_ACTIVE_WINDOW
EWMH client message, and your application sends it. I'm not sure dwm
should support this, as it doesn't really make sense given dwm's
tagging paradigm.

You can disable it by commenting out lines 543 to 549 in dwm.c, the
"else if(cme->message_type == netatom[NetActiveWindow])" block.

Thanks,
cls
Received on Wed Apr 18 2012 - 12:52:53 CEST

This archive was generated by hypermail 2.3.0 : Wed Apr 18 2012 - 13:00:07 CEST