Re: [dwm] Tag masks

From: Premysl Hruby <dfenze_AT_gmail.com>
Date: Tue, 17 Feb 2009 23:16:31 +0100

On (17/02/09 17:04), Jake Todd wrote:
> To: dwm_AT_suckless.org
> From: Jake Todd <jaketodd422_AT_gmail.com>
> Subject: [dwm] Tag masks
> Reply-To: dwm mail list <dwm_AT_suckless.org>
> List-Id: dwm mail list <dwm.suckless.org>
>
> I'm having some trouble with tag masks. From what I understand, they
> allow you to place certain windows on specific tags when they are
> spawned; please correct me if that is wrong. I've been trying to get
> firefox (Iceweasel) to spawn on the second tag, but I have not had any
> luck accomplishing this. in my config.h I have my tags set up like this:
>
> static const char tags[][MAXTAGLEN] = { "term", "web", "irc", "im",
> "media", "misc" };
>
> I've have this for the my tag masks:
>
> static Rule rules[] = {
> /* class instance title tags mask isfloating
> { "Gimp", NULL, NULL, 1 << 2, True },
> { "Navigator", NULL, NULL, 1 << 4, False },
> { "Navigator", NULL, "Iceweasel", 1 << 4,
> False },
> { NULL, NULL, "Iceweasel", 1 << 4, False }
> };
>
> This hasn't worked so far. I got the class and instance entries from
> 'xprop WM_CLASS', which returned:
>
> WM_CLASS(STRING) = "Navigator", "Iceweasel"
>
> Does anyone have any other information on this? The 'wiki' has very
> limited info in it concerning this, despite it saying that it has
> extensive information on it.
>
> Thanks for any help.
>

{ "Navigator", "Iceweasel", NULL, 1 << 1, False }

-Ph

-- 
Premysl "Anydot" Hruby, http://www.redrum.cz/
Received on Tue Feb 17 2009 - 22:16:31 UTC

This archive was generated by hypermail 2.2.0 : Tue Feb 17 2009 - 22:24:04 UTC