diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 00:04:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 00:04:53 +0100 |
commit | 627546009dd57aff97f72473b29e558278eb7caf (patch) | |
tree | 4830f3b4746c178147780ff1f5f3305bd241c421 /info/blueshift.texinfo | |
parent | derp (diff) | |
download | blueshift-627546009dd57aff97f72473b29e558278eb7caf.tar.gz blueshift-627546009dd57aff97f72473b29e558278eb7caf.tar.bz2 blueshift-627546009dd57aff97f72473b29e558278eb7caf.tar.xz |
add support for selecting screen
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/blueshift.texinfo')
-rw-r--r-- | info/blueshift.texinfo | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 36717be..40c7339 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -458,9 +458,13 @@ server, invoke the @code{randr} function; @code{print_curves} can be used to print the curves to stdout instead (for debugging). These functions apply the curves to all -monitors, put you can also use select monitors -by specifying each monitor in as separate -arguments. The monitors are indexed from zero. +monitors in the default screen (screen 0), put +you can also use select monitors by specifying +each monitor in as separate arguments. The +monitors are indexed from zero. The screen by +can be selected by adding the argument +@code{screen = X}, where @code{X} is the +index of the screen. If you want to write your own curve flushing fucntion @code{translate_to_integers} can be |