Re: [dev] [dwm] visible only if needed [patch]

From: Rob <robpilling_AT_gmail.com>
Date: Thu, 7 Jul 2011 14:29:16 +0100

On 7 July 2011 14:18, Ruben Gonzalez Arnau <rga_AT_sdf.lonestar.org> wrote:
> Talking about remember applications when restarting, it's possible to
> remember "terminals" too? When I restart dwm everything is okey with my
> config.h rules and each app goes to its tag, except all xterms go to tag 1,
> I think that is the normal  behavior now, not sure if exist an easy
> solution. any idea?

You need to give your xterms different class names, otherwise dwm can't
distinguish between them

e.g.
xterm -class XTerm7

and

{ "XTerm7", NULL, NULL, 1 << 6, ... }

in dwm's config.h
Received on Thu Jul 07 2011 - 15:29:16 CEST

This archive was generated by hypermail 2.2.0 : Thu Jul 07 2011 - 15:36:02 CEST