From 7449faf021d62042b04ee8c38439792ad055ac86 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 7 Date: Wed, 29 Dec 2021 18:35:10 +0100 Subject: [PATCH] Add documentation for multi-output support * man/cagebreak-config.5 * movetoprevscreen * movetoscreen * screen * addition of prio to output --- man/cagebreak-config.5.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/man/cagebreak-config.5.md b/man/cagebreak-config.5.md index 670c58e..043b37f 100644 --- a/man/cagebreak-config.5.md +++ b/man/cagebreak-config.5.md @@ -168,6 +168,12 @@ by prepending a line with the # symbol. *movetonextscreen* Move the current window to the next screen +*movetoprevscreen* + Move the current window to the previous screen + +*movetoscreen * + Move the currently focused window to the n-th screen + *movetoworkspace * Move the currently focused window to the n-th workspace @@ -180,13 +186,16 @@ by prepending a line with the # symbol. *only* Remove all splits and make the current window fill the entire screen -*output [[pos res x rate ] | enable | disable]* +*output [[pos res x rate ] | enable | disable | prio ]* Configure the output "". and are the position of the monitor in pixels. The top-left monitor should have the coordinates 0 0. and specify the resolution in pixels and sets the refresh rate of the monitor (often this is 50 or 60). The options enable and disable enable or disable the output . Note that if is the only enabled - output, *output disable* has no effect. + output, *output disable* has no effect. prio is used to set the + priority of an output. If nothing else is set, outputs are added as they + request to be added and have a numerical priority of -1. Using prio + it is possible to set priorities for outputs, where >= 1. *prev* Focus previous window in current tile @@ -209,6 +218,9 @@ by prepending a line with the # symbol. *resizeup* Resize the current tile towards the top +*screen * + Change to the n-th screen + *show_info* Display info about the current setup. In particular, print the identifiers of the available inputs and outputs.