diff options
Diffstat (limited to 'desktop/autorandr/README')
-rw-r--r-- | desktop/autorandr/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/autorandr/README b/desktop/autorandr/README index 8a7fa388e3a21..6506aed846454 100644 --- a/desktop/autorandr/README +++ b/desktop/autorandr/README @@ -2,3 +2,13 @@ autorandr is a Python program that provides command-line utilities to manage display configuration. In addition, it has built in udev configuration files to detect monitor changes, bash-completion, xdg autostart scripts and pm-utils helpers. + +You can optionally specify a TARGETS option to select which +components to build and install. The manpage is always necessary. + +For example: + +TARGETS="manpage autorandr launcher udev pmutils" + +The available options are manpage, autorandr, launcher, udev, +pmutils, autostart_config, bash_completion. |