From 875b25860293c2c8a3a8f977859492c0bcae330b Mon Sep 17 00:00:00 2001 From: Liam Middlebrook Date: Thu, 20 Jan 2022 11:38:23 -0800 Subject: [PATCH] output: Add option to preview the contents of the current cycle_view Add the 'cycleViewPreview.core' option to rc.xml to enable previews of the selected view when cycling between windows. Default this option to be disabled to match current behavior. --- docs/labwc-config.5.scd | 4 ++++ docs/rc.xml.all | 1 + include/config/rcxml.h | 3 +++ src/config/rcxml.c | 3 +++ src/output.c | 10 ++++++++++ 5 files changed, 21 insertions(+) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index a27261ae..8f352ac3 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -31,6 +31,10 @@ Configuration must be wrapped in a root-node. ** [yes|no] Enable adaptive sync. Default is no. +** [yes|no] + Preview the contents of the selected window when cycling between windows. + Default is no. + # FOCUS ** [yes|no] diff --git a/docs/rc.xml.all b/docs/rc.xml.all index 0f724dfd..f3e29eea 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -11,6 +11,7 @@ server 0 no + no