Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Thomas Adam
On Tue, Jan 12, 2010 at 10:25:26PM -0800, Craig wrote: I recently started using fvwm in a VMWare virtual machine, and am having a problem. After resizing the screen, maximizing a window continues to operate as if the screen dimensions had not changed. Is it possible for fvwm to automatically

Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Craig
On Wed, 13 Jan 2010 08:21:01 +, Thomas Adam said: ... That's because FVWM needs to be restarted after you change the screen resolution as it's not XRandr-aware and still reads the old values from X. -- Thomas Adam Is there a plan to make FVWM XRandr-aware? In the meantime, is there a

Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 12:39:11AM -0800, Craig wrote: On Wed, 13 Jan 2010 08:21:01 +, Thomas Adam said: ... That's because FVWM needs to be restarted after you change the screen resolution as it's not XRandr-aware and still reads the old values from X. -- Thomas Adam Is

FVWM: how to set focus delay?

2010-01-13 Thread Craig
Is it possible to configure fvwm to have focus delay? I have only found options for raise delay. In Windows XP I've set this up using XMOUSE2K.EXE (XMouse2000 by Jeff Thiekeke), and in openbox with focusDelay200/focusDelay in the rc.xml file, but I can't figure out how to do this in fvwm.

Re: FVWM: how to set focus delay?

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 12:55:42AM -0800, Craig wrote: Is it possible to configure fvwm to have focus delay? I have only found options for raise delay. What focus policy are you using? With ClickToFocus, see something like: Style * ClickToFocus FvwmAuto 900 -menter Focus -- Thomas Adam --

Re: FVWM: how to set focus delay?

2010-01-13 Thread Craig
On Wed, 13 Jan 2010 11:03:54 +, Thomas Adam said: .. That will stop the windows from taking focus when they're mapped, but it won't stop windows taking focus if they're via certain EWMH-hints -- which nothing you've show here addresses, and is likely going to annoy you more, based on

Re: FVWM: how to set focus delay?

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 03:54:16AM -0800, Craig wrote: I had both of those styles in my config prior to your suggestion to use FvwmAuto 900 -menter. Since !FPFocusByProgram prevented that from working, I removed it along with several other styles I thought might be It would do, yes. I was

FVWM: fvwm and lxpanel

2010-01-13 Thread Craig
Is it possible to prevent windows from being placed or moved under/over a panel such as lxpanel? This is sufficient to create a panel appearance I'm used to: Style panel Sticky, !Title, HandleWidth 0, BorderWidth 0 however, it's behavior feels unusual after so many years of using other

Re: FVWM: fvwm and lxpanel

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 05:14:49AM -0800, Craig wrote: On Wed, 13 Jan 2010 12:26:06 +, Thomas Adam said: On Wed, Jan 13, 2010 at 04:23:23AM -0800, Craig wrote: Is it possible to prevent windows from being placed or moved under/over a panel such as lxpanel? Read up on

Re: FVWM: fvwm and lxpanel

2010-01-13 Thread Craig
On Wed, 13 Jan 2010 13:48:03 +, Thomas Adam said: Of course. That area isn't a wall -- you can move windows over it, newly placed windows aren't put on it. Is there a way to create a wall?

Re: FVWM: fvwm and lxpanel

2010-01-13 Thread Craig
On Wed, 13 Jan 2010 13:48:03 +, Thomas Adam said: .. Of course. That area isn't a wall -- you can move windows over it, newly placed windows aren't put on it. I've added SnapAttraction to my config make it more difficult to move a window under/over the panel. Are there other suggestions on

Re: FVWM: fvwm and lxpanel

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 06:35:14AM -0800, Craig wrote: On Wed, 13 Jan 2010 13:48:03 +, Thomas Adam said: .. Of course. That area isn't a wall -- you can move windows over it, newly placed windows aren't put on it. I've added SnapAttraction to my config make it more difficult to move

Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Craig
On Wed, 13 Jan 2010 12:39:09 +, Thomas Adam said: ... Oh, well then tough -- you'll have to decide when to restart FVWM then. Is there a program I could run that is aware of screen size changes, and use it to directly or indirectly restart fvwm?

Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 02:52:17PM -0800, Craig wrote: On Wed, 13 Jan 2010 12:39:09 +, Thomas Adam said: ... Oh, well then tough -- you'll have to decide when to restart FVWM then. Is there a program I could run that is aware of screen size changes, and use it to directly or

Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Craig
On Wed, 13 Jan 2010 22:55:44 +, Thomas Adam said: ... xrandr? xdpyinfo? But don't get me to repeat myself, please --- the answer I gave you still stands: to do what you want isn't possible, I've given you all the alternatives I can think of, and you've said they're no good for you.

Re: Problems building snap-20100113

2010-01-13 Thread Jason L Tibbitts III
Yeah, sorry, after many years I finally updated the machine where this script runs and went ahead and did the 64-bit thing as well. - J

patch: recently discarded windows

2010-01-13 Thread Rich Coe
This patch fixes a problem with recently unmapped windows. If fvwm receives a message from a module to modify a window which FVWM has un-mapped, it does honor the request in the module message. This only affects window id's which are sent as a request from a module. Rich diff -urNp

patch: FvwmSocket module

2010-01-13 Thread Rich Coe
This is a module I wrote which allows writing a module in another language (java) that does not support direct access to file descriptors (java) like 'c'. If you add this module to your fvwm config file it listens for connections on a internal localhost socket (default 127.0.0.1:10010). If there

Re: patch: layer change broadcast

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 01:41:21PM -0600, Rich Coe wrote: This patch implements a message to modules when an application changes layers. It is one property of a window that isn't broadcast when modified. Please apply this patch. (diff from recent cvs checkout) There was a very similar