Update man page with new config options

This commit is contained in:
Erik Reider 2023-05-21 16:42:00 +02:00
parent 7cfa5032ec
commit 4aefd3aabd

View File

@ -23,9 +23,16 @@ config file to be able to detect config errors
*layer* ++
type: string ++
default: top ++
default: overlay ++
values: background, bottom, top, overlay ++
description: Layer of control center window relative to normal windows. background is below all windows, overlay is above all windows.
description: Layer of notification window relative to normal windows. ++
background is below all windows, overlay is above all windows.
*layer-shell* ++
type: bool ++
default: true ++
description: Wether or not the windows should be opened as layer-shell ++
surfaces. Note: Requires swaync restart to apply
*cssPriority* ++
type: string ++
@ -54,6 +61,18 @@ config file to be able to detect config errors
default: 0 ++
description: The margin (in pixels) at the left of the notification center. 0 to disable
*control-center-layer* ++
type: string ++
default: top ++
values: background, bottom, top, overlay ++
description: Layer of control center window relative to normal windows. ++
background is below all windows, overlay is above all windows.
*notification-2fa-action* ++
type: bool ++
default: true ++
description: If each notification should display a 'COPY \"1234\"' action
*timeout* ++
type: integer ++
default: 10 ++