X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autorandr.py;h=5a0dd89bd373665d918a8b6387ee03fc6c1164f5;hb=a79eb293b74d11dba714cb59412a70a345b42342;hp=648e91392e875aac8a45fe8da1a51afccf4f1241;hpb=ca61a75c09807b92c8086b975e9c28c6d27779a3;p=deb_pkgs%2Fautorandr.git diff --git a/autorandr.py b/autorandr.py index 648e913..5a0dd89 100755 --- a/autorandr.py +++ b/autorandr.py @@ -34,9 +34,13 @@ import subprocess import sys from distutils.version import LooseVersion as Version +from functools import reduce from itertools import chain from collections import OrderedDict +import posix + + virtual_profiles = [ # (name, description, callback) ("common", "Clone all connected outputs at the largest common resolution", None), @@ -52,6 +56,8 @@ Usage: autorandr [options] -s, --save save your current setup to profile -l, --load load profile -d, --default make profile the default profile +--skip-options