Skip to content

Instantly share code, notes, and snippets.

@itsamoreh
Last active December 13, 2016 14:07
Show Gist options
  • Save itsamoreh/9ce66b12d9382af207045e4ca696e0c0 to your computer and use it in GitHub Desktop.
Save itsamoreh/9ce66b12d9382af207045e4ca696e0c0 to your computer and use it in GitHub Desktop.
Keyboard shortcut to center 1080p window on a WQHD display with wmctrl
sh -c "wmctrl -r :ACTIVE: -b remove,maximized_vert,maximized_horz && wmctrl -r :ACTIVE: -e 0,320,180,1920,1080"
@itsamoreh
Copy link
Author

Depends on wmctrl.

Tested on Ubuntu 16.10 with Unity.

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