From 5202ca9d55e051383e9c4653065bbf50c468b442 Mon Sep 17 00:00:00 2001 From: Christoph Gysin Date: Mon, 6 Nov 2017 20:19:27 +0200 Subject: [PATCH] readme: expand text to full examples --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4058855..30d2939 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,18 @@ 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 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 -- 2.39.2