X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autorandr.py;h=eae65a801b0254ad01687927aa09125b8727a21a;hb=134d0edc7e70690d7d4308cc1013ed4354bc8df8;hp=e5ab42fdd0308695e720b6ada0415ccdd8751c0e;hpb=102608eceff6fce333d8075e88bb0312fc7859f2;p=deb_pkgs%2Fautorandr.git diff --git a/autorandr.py b/autorandr.py index e5ab42f..eae65a8 100755 --- a/autorandr.py +++ b/autorandr.py @@ -49,6 +49,7 @@ except NameError: virtual_profiles = [ # (name, description, callback) + ("off", "Disable all outputs", None), ("common", "Clone all connected outputs at the largest common resolution", None), ("clone-largest", "Clone all connected outputs with the largest resolution (scaled down if necessary)", None), ("horizontal", "Stack all connected outputs horizontally at their largest resolution", None), @@ -60,32 +61,25 @@ Usage: autorandr [options] -h, --help get this small help -c, --change reload current setup +-d, --default make profile the default profile +-l, --load load profile -s, --save save your current setup to profile -r, --remove remove profile --l, --load load profile --d, --default make profile the default profile ---skip-options