On Tue, Feb 16, 2010 at 12:24:53PM -0500, MK wrote:
> I could see it being useful internally; but as for "specific windows" in
> the config how can you know in advance what windowID to use?
Oh right -- in that case it's probably not useful, not when most things tend
to run in window context anyway
2010/2/16 MK :
>> > Tangential question: am I missing something or is WindowId bordeline
>> > useless?
>> Oh, it has a lot of uses in passing around specific window IDs to
>> functions to refer to specific windows -- and is used a lot
>> internally by FVWM as well.
>
> I could see it being useful i
On Tue, 16 Feb 2010 16:44:58 +
Thomas Adam wrote:
> > However, I now notice that FvwmPager has a zero length title in the
> > window list. Does anyone know of a way to give it a name, or do I
> > have to patch the FvwmPager source?
>
> Eh? Are you sure you haven't set the style WindowListSk
On Tue, Feb 16, 2010 at 10:25:44AM -0500, MK wrote:
> On Mon, 15 Feb 2010 20:12:08 -0600
> Jonathan Kotta wrote:
> > On Mon, Feb 15, 2010 at 7:56 PM, MK
> > wrote:
> > > But I don't see a way to call a function on a window by name? ?Am I
> > > wrong?
> >
> > Have look at "List of Conditional Com
On Mon, 15 Feb 2010 20:12:08 -0600
Jonathan Kotta wrote:
> On Mon, Feb 15, 2010 at 7:56 PM, MK
> wrote:
> > But I don't see a way to call a function on a window by name? Am I
> > wrong?
>
> Have look at "List of Conditional Commands" in the manpage. Look at
> All, Next, and Prev in particular.
On Mon, Feb 15, 2010 at 08:56:03PM -0500, MK wrote:
> The style settings already depend upon regexing or globbing with the
> window names (hey -- which is it?) . Those are hardcoded in the
Look at the implementation of matchWildcards() in libs/wild.c
-- Thomas Adam
--
"It was the cruelest game
On Mon, Feb 15, 2010 at 7:56 PM, MK wrote:
> But I don't see a way to call a function on a window by name? Am I
> wrong?
>
Have look at "List of Conditional Commands" in the manpage. Look at
All, Next, and Prev in particular. You can also use WindowId if you
know the window's ID.
--
Thanks,