]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Add extended notes about installation/removal and applying configuration on login
authorNazar Mokrynskyi <nazar@mokrynskyi.com>
Mon, 3 Oct 2016 02:51:44 +0000 (05:51 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 02:51:44 +0000 (05:51 +0300)
README.md

index ee1ad4ba4924b6172322ef3ffe39d6230f89dfbf..c420a36109aeb9c13ed0bab3efe4d49b619897a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,6 +50,13 @@ Contributors to this version of autorandr are:
 * andersonjacob
 * Simon Wydooghe
 
+## Installation/removal
+For Debian-based distributives (including Ubuntu) it is recommended to call `make deb` to obtain package that can be afterwards installed and removed with `dpkg`.
+
+On other distributives you can install autorandr by calling `make install` and remove by calling `make uninstall`.
+
+If you can contribute packaging script for other distributives, we will appreciate it.
+
 ## How to use
 
 Save your current display configuration and setup with:
@@ -99,4 +106,7 @@ the script names themselves, any executables in subdirectories named
 autorandr's state is exposed as environment variables prefixed with `AUTORANDR_`.
 The most useful one is `$AUTORANDR_CURRENT_PROFILE`.
 
-To install autorandr call `make install`.
+## Apply configuration on login
+With recent version you typically do not need to add autorandr to `~/.xprofile`, since autostart config file will be added at `/etc/xdg/autostart/autorandr.desktop`. It will select appropriate profile automatically.
+
+However, if you need to customize this, you can always disable or modify it by placing alternative desktop file in `~/.config/autostart` or using GUI like `gnome-session-properties`.