doc: update `exclusive` and `passthrough` defaults

This commit is contained in:
Aleksei Bavshin 2021-11-23 19:18:24 -08:00
parent 2290fe10aa
commit 8fe42ebd2e
No known key found for this signature in database
GPG Key ID: 4F071603387A382A
1 changed files with 2 additions and 2 deletions

View File

@ -79,12 +79,12 @@ Also a minimal example configuration can be found on the at the bottom of this m
*exclusive* ++ *exclusive* ++
typeof: bool ++ typeof: bool ++
default: *true* unless the layer is set to *overlay* ++ default: *true* ++
Option to request an exclusive zone from the compositor. Disable this to allow drawing application windows underneath or on top of the bar. Option to request an exclusive zone from the compositor. Disable this to allow drawing application windows underneath or on top of the bar.
*passthrough* ++ *passthrough* ++
typeof: bool ++ typeof: bool ++
default: *false* unless the layer is set to *overlay* ++ default: *false* ++
Option to pass any pointer events to the window under the bar. Option to pass any pointer events to the window under the bar.
Intended to be used with either *top* or *overlay* layers and without exclusive zone. Intended to be used with either *top* or *overlay* layers and without exclusive zone.