X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.md;h=dc7ee93b99673babefc6c8abc1f1c36e1021d8d7;hb=8e89873bf197700ce0dbd259a8e7b8983d043bf7;hp=4fbb38dff10ca049b95fcc71a49b19b4fdfd5ca9;hpb=95fcdad8c1fef2adb2f3d2331412c9e551fb1b19;p=deb_pkgs%2Fautorandr.git diff --git a/README.md b/README.md index 4fbb38d..dc7ee93 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Automatically select a display configuration based on connected devices ## Branch information This is a compatible Python rewrite of -[wertarbyte/autorandr](https://github.com/wertarbyte/autorandr). +[wertarbyte/autorandr](https://github.com/wertarbyte/autorandr). Contributions for bash-completion, fd.o/XDG autostart, Nitrogen, pm-utils, and systemd can be found under [contrib](contrib/). The original [wertarbyte/autorandr](https://github.com/wertarbyte/autorandr) tree is unmaintained, with lots of open pull requests and issues. I forked it @@ -32,6 +32,8 @@ autorandr is available under the terms of the GNU General Public License Contributors to this version of autorandr are: +* Adrián López +* andersonjacob * Alexander Wirt * Chris Dunder * Daniel Hahler @@ -41,14 +43,13 @@ Contributors to this version of autorandr are: * Nazar Mokrynskyi * Phillip Berndt * Rasmus Wriedt Larsen +* Simon Wydooghe * Stefan Tomanek +* stormc +* tachylatus * Timo Bingmann * Tomasz Bogdal * Victor Häggqvist -* stormc -* tachylatus -* andersonjacob -* Simon Wydooghe ## Installation/removal You can use the `autorandr.py` script as a stand-alone binary. If you'd like to @@ -74,6 +75,14 @@ If you prefer `pip` over your package manager, you can install autorandr with: sudo pip install "git+http://github.com/phillipberndt/autorandr#egg=autorandr" +or simply + + sudo pip install autorandr + +if you prefer to use a stable version. + +Automatically generated packages versions are available from the +[openSUSE build service](https://build.opensuse.org/package/show/home:phillipberndt/autorandr). ## How to use @@ -122,6 +131,11 @@ about it. The same holds for `preswitch`, which is executed before the switch takes place, and `postsave`, which is executed after a profile was stored/altered. +If you experience issues with xrandr being executed too early after connecting +a new monitor, then you can create a script `predetect`, which will be executed +before autorandr attempts to run xrandr. Place e.g. `sleep 1` into that file +to make autorandr wait a second before running xrandr. + All scripts can also be placed in any of the `$XDG_CONFIG_DIRS`. In addition to the script names themselves, any executables in subdirectories named `script_name.d` (e.g. `postswitch.d`) are executed as well. In scripts, some of @@ -130,4 +144,18 @@ The most useful one is `$AUTORANDR_CURRENT_PROFILE`. ## Changelog +**autorandr 1.2** + +* *2017-07-16* Skip `--panning` unless it is required (See #72) +* *2017-10-13* Add `clone-largest` virtual profile + +**autorandr 1.1** + +* *2017-06-07* Call systemctl with `--no-block` from udev rule (See #61) +* *2017-01-20* New script hook, `predetect` +* *2017-01-18* Accept comments (lines starting with `#`) in config/setup files + +**autorandr 1.0** + +* *2016-12-07* Tag the current code as version 1.0.0; see github issue #54 * *2016-10-03* Install a desktop file to `/etc/xdg/autostart` by default