Anyone knows a good way to resize any window to for example 640×480?
Reason is, of course, screencasting.
Under windows I’ve used ZoneSize from donationcoder. (Btw: For Firefox it’s easy, just use the web developer toolbar.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the wmctrl command:
To list the windows:
To resize a window based on its title:
The arguments to the resize option are
gravity,X,Y,width,heightso this will place the window at the top-left corner of the screen and resize it to 640X480.