FVWM: How to stop FvwmPager from resizing?

2006-05-30 Thread Scot P. Floess




OK, ahead of time...forgive me if this is a stupid question. I
feel silly posting...but I cannot figure this out :(

I have an FvwmPager placed in the lower right corner of my screen...no
issues there

I would like to disable resizing and moving of FvwmPager. Here is some
of my configuration:

Style "FvwmPager" NoHandles, NoTitle, WindowListSkip, Sticky,
StaysOnTop

Mouse 1 SF A Resize
Mouse 2 TSIF A Move

I stupidly thought by haveing NoHandles that would somehow disable
resizing...but then having the Mouse option as such, it seems like that
notion is just wrong ;)

I have been looking through the man pages and nothing is "jumping right
out at me." I'm not really sure how to disable the mouse on the sides
or the frame -only- for FvwmPager. I'm sure it so painfully obvious I
deserve the RTFM comments ;)

Thanks ahead of time...

Scot
-- 
Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-754-4592 (Work)

Chief Architect JPlate  http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim





Re: FVWM: How to stop FvwmPager from resizing?

2006-05-30 Thread Björn Steinbrink
On 2006.05.30 09:59:42 -0400, Scot P. Floess wrote:
 OK, ahead of time...forgive me if this is a *stupid* question.  I feel 
 silly posting...but I cannot figure this out :(
 
 I have an FvwmPager placed in the lower right corner of my screen...no 
 issues there
 
 I would like to disable resizing and moving of FvwmPager.  Here is some 
 of my configuration:
 
 Style FvwmPager   NoHandles, NoTitle, WindowListSkip, Sticky, StaysOnTop
 
 Mouse 1 SFA Resize
 Mouse 2 TSIF  A Move
 
 I stupidly thought by haveing NoHandles that would somehow disable 
 resizing...but then having the Mouse option as such, it seems like that 
 notion is just wrong ;)
 
 I have been looking through the man pages and nothing is jumping right 
 out at me.  I'm not really sure how to disable the mouse on the sides 
 or the frame -only- for FvwmPager.  I'm sure it so painfully obvious I 
 deserve the RTFM comments ;)

The style options FixedPosition and FixedSize should do the trick.

HTH
Björn



Re: FVWM: How to stop FvwmPager from resizing?

2006-05-30 Thread Scot P. Floess

Björn:

That didn't help...I can still resize FvwmPager.  Is it possible my 
Mouse settings are overriding?  For instance, does order in my .fvwmrc 
matter?  Should I do Mouse settings first and Style after?


Björn Steinbrink wrote:

On 2006.05.30 09:59:42 -0400, Scot P. Floess wrote:
  
OK, ahead of time...forgive me if this is a *stupid* question.  I feel 
silly posting...but I cannot figure this out :(


I have an FvwmPager placed in the lower right corner of my screen...no 
issues there


I would like to disable resizing and moving of FvwmPager.  Here is some 
of my configuration:


Style FvwmPager   NoHandles, NoTitle, WindowListSkip, Sticky, StaysOnTop

Mouse 1 SFA Resize
Mouse 2 TSIF  A Move

I stupidly thought by haveing NoHandles that would somehow disable 
resizing...but then having the Mouse option as such, it seems like that 
notion is just wrong ;)


I have been looking through the man pages and nothing is jumping right 
out at me.  I'm not really sure how to disable the mouse on the sides 
or the frame -only- for FvwmPager.  I'm sure it so painfully obvious I 
deserve the RTFM comments ;)



The style options FixedPosition and FixedSize should do the trick.

HTH
Björn


  


--
Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-754-4592 (Work)

Chief Architect JPlate  http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim




Re: FVWM: How to stop FvwmPager from resizing?

2006-05-30 Thread Björn Steinbrink
On 2006.05.30 12:29:41 -0400, Scot P. Floess wrote:
 Björn:
 
 That didn't help...I can still resize FvwmPager.  Is it possible my 
 Mouse settings are overriding?  For instance, does order in my .fvwmrc 
 matter?  Should I do Mouse settings first and Style after?

In the reply that you sent off-list, your Style command was split into
two lines, Fixed{Size,Position} being on the second line. Does this look
the same in your .fvwmrc? If so, you need to remove the line break _or_
add a backslash at the end of the first line.
Apart from that, I have no idea why it is not working for you.

HTH
Björn