X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autorandr.py;h=efa171b6a035dadf21f0c8580a67729f129a870a;hb=98c93c20ff140757abdbe516a6ace4883be41373;hp=8c304030f6f04e717e897cdeb240292de1461a3d;hpb=f387f3da3b30b39f698d252c4b568defb8ac8747;p=deb_pkgs%2Fautorandr.git diff --git a/autorandr.py b/autorandr.py index 8c30403..efa171b 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