On 30-Jan-98 A.J.vanWerven wrote:
> Fvwm always places my windows for me.
> is there a way (I was thinking of a Style property) to realize
> that I can manually place a window when it comes up ?
Try
Style "*" DumbPlacement, ActivePlacement
If you like to use both on occasion, you can create a couple of functions
in your fvwm2rc, like these that I use, so you can switch back and forth:
AddToFunc SetSmart
+ "I" Style "*" SmartPlacement, RandomPlacement
+ "I" Recapture
AddToFunc SetDumb
+ "I" Style "*" DumbPlacement, ActivePlacement
+ "I" Recapture
Cheers,
Bob
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Fri Jan 30 1998 - 08:24:18 GMT