Ration is a Divvy-like application for quickly arranging and resizing windows in GTK-based Linux distributions.
Python requires several libraries. To install them on Debian-based systems (e.g. Ubuntu) execute the follow command:
sudo apt-get install python-gtk2 python-pip python-keybinder wmctrl
pip install ration
or (from source)
sudo python setup.py install
Drag a selection in the grid and then click a window to automatically resize it to fill that portion of the screen.
Show/hide the grid by pressing Ctrl+Alt+D.
Available configuration options can be found at the top of ration/ration.py
Exit the application by right-clicking on its icon in the status bar and selecting Quit.
Report bugs at http://bouvard.lighthouseapp.com/projects/56753-ration/overview
Author: Christopher Groskopf
Email: staringmonkey@gmail.com
This software is licensed under the MIT license. See COPYING for details.