X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.md;h=7268c427ae64a06918c28ad636e747429cb7a82d;hb=a8a35eb2228e8329793d3b3ea61ef7b74a0d08e2;hp=764d347b3a26d1ca99d07a358e5431b02642d550;hpb=102608eceff6fce333d8075e88bb0312fc7859f2;p=deb_pkgs%2Fautorandr.git diff --git a/README.md b/README.md index 764d347..7268c42 100644 --- a/README.md +++ b/README.md @@ -142,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 @@ -193,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)