> Is there a way to mathmatically modify these values from within .fvwm2rc?
> If I
> use $[vp.width], the bar extends app 12p beyond the viewing range of my
> screen. I tried
>
> *MyBar2Geometry $[vp.width]-12x115+0-0
> and
> *MyBar2Geometry $[vp.width-12]x115+0-0
This works for me.
+ I Resize br w-10p w-27p # account for borders and title
So maybe you can use window arithmetic...
create a window of size $[vp.width]
resize the window by 12
pass that new w as a param back to your MyBar2Geometry
ok, so i'm being silly
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Oct 08 2001 - 21:12:33 BST