Quote Originally Posted by gotsanity View Post
Ok boys and girls, get ready to write this down.

First you need to make sure you have the following installed:

Code:
sudo apt-get install compizconfig-settings-manager wmctrl
While that is running find out how big the dimensions of your screen is (Mine has a width of 1600 pixels by a height of 1200 pixels). Write these down you will need them later.

Next, open compizconfig settings manager by clicking on System > Preferences > Compizconfig Settings Manager

At the very top is a button labeled Commands. Select it.

Wmctrl will do the window sizing via the following command:

Code:
wmctrl -r :ACTIVE: -e <Gravity>,<X>,<Y>,<Width>,<Height>
Where do I type this code since you already have a code to input for command line 0? In addition, do I replace the words in the code Width & Height to the numbers of my resolution?