Zack Brown writes:
> Hi,
>
> I've only just started using FVWM and I'm trying to get my bearings. I have
> two questions at the moment:
>
> 1) I love the FvwmCommand/FvwmCommandS thing. But the scripts that I want to
> write for them need to query fvwm for things like window sizes and
> locations, viewport location, and so on. How can I get access to that data?
>
Try:
Fvwm send_windowlist
For more info on flags
Fvwm -i3 send_windowlist
> 2) How can I set up keybindings to resize an active window without doing any
> mouse dragging or requiring the mouse to be in any particular location?
>
You can add a function to do resizing and moving. Then, bind a key to the
function. If you need more control flow, or size calculation and such,
bind a key to a shell script. You can call FvwmCommand to do the
actual window operation in the script.
> I'd like to thank the developers for making a really great program.
>
> Zack
>
> --
> Visit the official FVWM web page at <URL: http://fvwm.math.uh.edu/>.
> 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.
>
>
--
--------------------------------------------------------------------
Toshi Isogai toshi_isogai_at_stortek.com
--
Visit the official FVWM web page at <URL: http://fvwm.math.uh.edu/>.
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 Mon Dec 21 1998 - 10:18:34 GMT