Add config option to disable preview outlines

This commit is contained in:
Flrian 2022-08-24 20:27:08 +02:00 committed by Johan Malm
parent 33bc37e7d0
commit c1490b632d
5 changed files with 12 additions and 1 deletions

View file

@ -71,6 +71,10 @@ The rest of this man page describes configuration options.
Preview the contents of the selected window when cycling between windows.
Default is no.
*<core><cycleViewOutlines>* [yes|no]
Draw an outline around the selected window when cycling between windows.
Default is yes.
## RESISTANCE
*<resistance><screenEdgeStrength>*

View file

@ -12,6 +12,7 @@
<gap>0</gap>
<adaptiveSync>no</adaptiveSync>
<cycleViewPreview>no</cycleViewPreview>
<cycleViewOutlines>yes</cycleViewOutlines>
</core>
<!-- <font><theme> can be defined without an attribute to set all places -->