Re: FVWM: xdg specs compliance

2005-07-15 Thread David Vilar
On Fri, Jul 15, 2005 at 11:56:41AM +0100, seventh guardian wrote:
> On 7/15/05, Nick Fortune <[EMAIL PROTECTED]> wrote:
> > > I challenge you to do "ls ~ -la". I bet you would be lost. Having a
> > > program configuration dir would help to sort things out, and would
> > > benefit every one.
> > 
> > Done that. Not Lost.
> > 
> > What was your point?
> > 
> > 
> 
> For instance, if you try to find the config dir for that particular
> program, and you don't know its name, then doing ls -la is useless,
> because (at least in my case) the terminal buffer overflows, so you
> can't see the first dirs that show up. Unless you pipe it to less, but
> then you loose the colour formating.. 

That's easy :-)

   ls -la | less -r 

I don't want to mean that I am against this .config directory, but
isn't it just a shift of "tons of files" from one directory to
other. I see no big difference in terms of clarity or difficulty
finding a file between

  ls ~/config/

or

  ls -d .* ~


David

-- 
My fvwm config: http://www-i6.informatik.rwth-aachen.de/~vilar/fvwm.html
David Vilar Torres  RWTH Aachen
Tel: (+49) 241 80 21611 Lehrstuhl f. Informatik VI
Fax: (+49) 241 80 22219 Ahornstr. 55
[EMAIL PROTECTED]   D-52056 Aachen (Germany)



Re: FVWM: acrobat/adobe reader, firefox and FVWM

2008-04-09 Thread David Vilar
On Wed, Apr 09, 2008 at 02:16:45PM +0200, Lucio Chiappetti wrote:
> On my system if I go full screen (control-L in acrobat reader), the 
> CONTENT of the PDF document occupies entirely my screen (as it should be), 
> no borders, no titlebar.
> 
> On the laptop instead when I hit control-L in acrobat reader, there is 
> also the window manager decoration. Which is annoying (since the bottom 
> part of the PDF document goes below the bottom of the screen.
> 
> Is this an fvwm thing, an acrobat thing or both ?

I found this lines to be helpful for full-screen acrobat:

Style * MWMFunctions
Style * MWMBorder
Style * MWMDecor

I don't know exactly what they accomplish, as I am not familiar with
mwm. Probably someone else on the list can give further explanation.

Hope it works for you,

David



Re: FVWM: how to make button unpressed while moving off cursor from it (fwd)

2008-11-06 Thread David Vilar
Forgot to include fvwm@fvwm.org, forwarding...

- Forwarded message from David Vilar <[EMAIL PROTECTED]> -

From: David Vilar <[EMAIL PROTECTED]>
Subject: Re: FVWM: how to make button unpressed while moving off cursor
from it
Date: Thu, 6 Nov 2008 10:36:08 +0100
To: "for.register for.register" <[EMAIL PROTECTED]>

On Fri, Oct 31, 2008 at 09:24:50PM +0800, for.register for.register wrote:
> Hi,
> 
> In fact,  I dont know how to say in in English,  Let me try:
> 
> For example , I want to close a window, I press and hold the left mouse
> key on the "close button" . And now I dont want to close the window
> so, I move off the cursor from the "close button", and release the mouse
> key. And I hope the window is still there unclosed. How the configure this?
> 
> Thanks in advance.
> 
> Walter

I think you are looking for this:

DestroyFunc OnlyIfClick
AddToFunc OnlyIfClick
+ "C" $*

And then for your button specification something like

Mouse 0 2 A OnlyIfClick Close

Greetings,

David

- End forwarded message -