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.
This commit is contained in:
Liam Middlebrook 2022-01-20 11:38:23 -08:00 committed by Johan Malm
parent c484ab252e
commit 875b258602
5 changed files with 21 additions and 0 deletions

View file

@ -48,6 +48,9 @@ struct rcxml {
/* window snapping */
int snap_edge_range;
bool snap_top_maximize;
/* cycle view (alt+tab) */
bool cycle_preview_contents;
};
extern struct rcxml rc;