X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autorandr.py;h=315f62c86119c4c7f04ddd8dbb2a63682cdd8fb1;hb=b606952b22ebfdb2e71dad18a53807ed1c9ab5c5;hp=285c751bda4294e4dd0e07846320d37c5deebd2f;hpb=36b7e2ae7d43d995a9a9c2024c276654b429e12d;p=deb_pkgs%2Fautorandr.git diff --git a/autorandr.py b/autorandr.py index 285c751..315f62c 100755 --- a/autorandr.py +++ b/autorandr.py @@ -23,21 +23,21 @@ # from __future__ import print_function -import copy -import getopt import binascii +import copy +import getopt import hashlib import os +import posix import re import subprocess import sys -from distutils.version import LooseVersion as Version -from itertools import chain from collections import OrderedDict - -import posix +from distutils.version import LooseVersion as Version +from functools import reduce +from itertools import chain virtual_profiles = [ @@ -55,10 +55,13 @@ Usage: autorandr [options] -s, --save save your current setup to profile -l, --load load profile -d, --default make profile the default profile +--skip-options