diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2020-11-21 00:41:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-21 00:41:49 +0700 |
commit | 5c9deb9e7bc4e61c17bdc683a7ccefbb990eef43 (patch) | |
tree | 9df074b5abd8615d8a0d8d1ce2c3100bed11dd12 /desktop/autorandr/README | |
parent | 486a639748a054a34d9ef3c7617a6b6008e3465c (diff) |
desktop/autorandr: Updated for version 1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |