I need to start X applications with specific width an height. I didn't find any good solution except using xdotool xdotool - fake keyboard/mouse input, window management, and more.
Could I just append some arguments after application start command to archive this?
-geometry
argument e.g.xclock -geometry 48x48
: see theGEOMETRY SPECIFICATIONS
section of theX
manual page (man X
orman 7 X
) – steeldriver May 24 '16 at 03:11