diff --git a/man/swaync.5.scd b/man/swaync.5.scd index 90e03a2b..3e96eef2 100644 --- a/man/swaync.5.scd +++ b/man/swaync.5.scd @@ -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 ++