fahrstuhl / screenAlign.py

Simple script to automate multi-monitor alignment with xrandr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenAlign.py

Simple script to automate multi-monitor alignment with xrandr, because xrandr doesn't support aligning two side-by-side monitors at the bottom.

Example usage:

#!/usr/bin/env python3.5
# -*- coding: utf-8 -*-
from screenAlign import Layout

l = Layout(defaultMonitor='LVDS1')
l.setRightOfBottom()

About

Simple script to automate multi-monitor alignment with xrandr

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%