Skip to content

Instantly share code, notes, and snippets.

@jeffcogswell
Created February 19, 2016 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffcogswell/406fc864f684ce54eaf5 to your computer and use it in GitHub Desktop.
Save jeffcogswell/406fc864f684ce54eaf5 to your computer and use it in GitHub Desktop.
Resize linux windows via command line

(You may need to install wmctrl via package manager)

List the windows:

wmctrl -l

Resize to, for example, 1280x720 and move to upper-left corner:

wmctrl -r '(first few chars of name)' -e 1,0,0,1280,720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment