X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.md;h=7268c427ae64a06918c28ad636e747429cb7a82d;hb=8b9879ca9fe4463d60f60ad989f4e4337493fe03;hp=40588558316f32aad26699d2be99d70466254d2d;hpb=760369771105d391f9ba38ac04b5eae9d702ecb5;p=deb_pkgs%2Fautorandr.git diff --git a/README.md b/README.md index 4058855..7268c42 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Contributors to this version of autorandr are: * andersonjacob * Alexander Wirt * Chris Dunder +* Christoph Gysin * Daniel Hahler * Maciej Sitarz * Mathias Svensson @@ -108,12 +109,22 @@ Now autorandr can detect which hardware setup is active: mobile docked (detected) -To automatically reload your setup, just append `--change` to the command line +To automatically reload your setup: -To manually load a profile, you can use the `--load ` option. + $ autorandr --change + +To manually load a profile: + + $ autorandr --load + +or simply: + + $ autorandr autorandr tries to avoid reloading an identical configuration. To force the -(re)configuration, apply `--force`. +(re)configuration: + + $ autorandr --load --force To prevent a profile from being loaded, place a script call _block_ in its directory. The script is evaluated before the screen setup is inspected, and @@ -131,6 +142,10 @@ names in your configuration directory to have autorandr use any of them as the default configuration without you having to change the system-wide configuration. +You can store default values for any option in an INI-file in +`~/.config/autorandr/settings.ini` in a section `config`. The most useful +candidate for doing that is `skip-options`, if you need it. + ## Hook scripts Three more scripts can be placed in the configuration directory (as @@ -182,6 +197,17 @@ running `xrandr`. ## Changelog +**autorandr 1.4** + +* *2017-12-22* Fixed broken virtual profile support +* *2017-12-14* Added support for a settings file +* *2017-12-14* Added a virtual profile `off`, which disables all screens + +**autorandr 1.3** + +* *2017-11-13* Add a short form for `--load` +* *2017-11-21* Fix environment stealing in `--batch` mode (See #87) + **autorandr 1.2** * *2017-07-16* Skip `--panning` unless it is required (See #72)