X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autorandr.py;h=feee62b58bc4f2e220c9295b9e5b18f32c7194f7;hb=af4a3f82fde54436b5393682364c0340b661c554;hp=42a9dac3e96a931f8bf48e77a36f4f575fdf2ddf;hpb=ea7526a4d7a56e8ce28a210230312c1cc46435af;p=deb_pkgs%2Fautorandr.git diff --git a/autorandr.py b/autorandr.py index 42a9dac..feee62b 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,10 +56,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