osd: add config option to disable osd

This commit is contained in:
Flrian 2023-03-08 15:26:49 +01:00 committed by Johan Malm
parent 5aa5c12371
commit 00ebcdc290
5 changed files with 17 additions and 6 deletions

View file

@ -77,6 +77,10 @@ The rest of this man page describes configuration options.
be used with labwc the preferred mode of the monitor is used instead.
Default is no.
*<core><cycleViewOSD>* [yes|no]
Draw the OSD when cycling between windows.
Default is yes.
*<core><cycleViewPreview>* [yes|no]
Preview the contents of the selected window when cycling between windows.
Default is no.

View file

@ -12,6 +12,7 @@
<gap>0</gap>
<adaptiveSync>no</adaptiveSync>
<reuseOutputMode>no</reuseOutputMode>
<cycleViewOSD>yes</cycleViewOSD>
<cycleViewPreview>no</cycleViewPreview>
<cycleViewOutlines>yes</cycleViewOutlines>
</core>