Re: [hackers] [dwm][PATCH] config.def.h: Add SDL_App to rules
Hiltjo Posthuma wrote:
> On Thu, Dec 05, 2024 at 07:53:58PM +0100, Christos Margiolis wrote:
> > These applications are almost always floating.
> > ---
> > config.def.h | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/config.def.h b/config.def.h
> > index 9efa774..024d9f3 100644
> > --- a/config.def.h
> > +++ b/config.def.h
> > _AT_@ -28,6 +28,7 @@ static const Rule rules[] = {
> > */
> > /* class instance title tags mask isfloating monitor */
> > { "Gimp", NULL, NULL, 0, 1, -1 },
> > + { "SDL_App", NULL, NULL, 0, 1, -1 },
> > { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
> > };
> >
> > --
> > 2.47.1
> >
> >
>
> Not for me.
Do you have an example where we wouldn't want this? Perhaps I
over-generalized my use-cases.
Christos
Received on Thu Dec 05 2024 - 21:29:20 CET
This archive was generated by hypermail 2.3.0
: Thu Dec 05 2024 - 21:36:41 CET