X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.md;h=d08b78c4222cc4337ae24cb671ae358b13000eb3;hb=2184cf58ac94acc2b5e060b6c25757441d6cb68d;hp=6b90d4d0cb7c7b094b682901d5a6436314514385;hpb=47b2764a9fb56b4573941901a84d606c66efd8b4;p=deb_pkgs%2Fautorandr.git diff --git a/README.md b/README.md index 6b90d4d..d08b78c 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ list of what exactly will be installed. We appreciate packaging scripts for other distributions, please file a pull request if you write one. -On any distribution with `pip` installed you can install it with: -``` -sudo pip install -e git+http://github.com/phillipberndt/autorandr#egg=autorandr -``` +If you prefer `pip` over your package manager, you can install autorandr with: + + sudo pip install "git+http://github.com/phillipberndt/autorandr#egg=autorandr" + ## How to use @@ -122,6 +122,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 +135,10 @@ The most useful one is `$AUTORANDR_CURRENT_PROFILE`. ## Changelog +* *2017-01-18* Accept comments (lines starting with `#`) in config/setup files +* *2017-01-20* New script hook, `predetect` + +**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