khanku / arrange

Automatically start applications and arrange their windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arrange

Start application and arrange windows automatically.

Dependencies

Python 3

Install dependencies:

pip3 install --requirement pip-requires

Python 2

Install dependencies:

pip2 install --requirement pip-requires

Get Xlib from https://pypi.python.org/pypi/python-xlib/0.12 and install:

python2 setup.py install

Quick start

Copy and edit sample configuration file:

mkdir ~/.arrange/
cp sample.conf ~/.arrange/default.conf
$EDITOR ~/.arrange/default.conf

And run:

./arrange.py

About

Automatically start applications and arrange their windows

License:GNU General Public License v3.0


Languages

Language:Python 100.0%