X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autorandr.py;h=ba6c5f0fcd708f3842545c793869204576399be9;hb=75f1533eaba22f258aa29d0d1e259ea10f76ebe4;hp=44448e48e0ea4fe152cd327fb63dd3b855f1c22a;hpb=58f72858d91c52aa6acaed6a6648209a61e76f66;p=deb_pkgs%2Fautorandr.git diff --git a/autorandr.py b/autorandr.py index 44448e4..ba6c5f0 100755 --- a/autorandr.py +++ b/autorandr.py @@ -50,7 +50,7 @@ except NameError: virtual_profiles = [ # (name, description, callback) ("common", "Clone all connected outputs at the largest common resolution", None), - ("clone", "Clone all connected outputs with the largest resolution and scaled down in the others", 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), ("vertical", "Stack all connected outputs vertically at their largest resolution", None), ] @@ -60,36 +60,30 @@ 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