Skip to content

Instantly share code, notes, and snippets.

@datalyze-solutions
datalyze-solutions / tiling.py
Created September 26, 2014 11:56
simple python window tiling script with wmctrl
#!/usr/bin/python
import time
start = time.time()
import os, sys
def setWindow(posX, posY, sizeX, sizeY):
values = {
'gravity': 0,