]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - README.md
discuss contributions in README
[deb_pkgs/autorandr.git] / README.md
index 1dd4f9095b8c1802c76b6dec320367f785508737..30ab8c76f6aef27713ac9fb96aff07ce59b8b322 100644 (file)
--- 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
@@ -74,6 +74,12 @@ 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).
 
@@ -137,6 +143,8 @@ The most useful one is `$AUTORANDR_CURRENT_PROFILE`.
 
 ## Changelog
 
+* *2017-07-16* Skip `--panning` unless it is required (See #72)
+
 **autorandr 1.1**
 
 * *2017-06-07* Call systemctl with `--no-block` from udev rule (See #61)