Skip to content

Commit

Permalink
Update man page with new config options
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed May 21, 2023
1 parent 7cfa503 commit 4aefd3a
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions man/swaync.5.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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 ++
Expand Down Expand Up @@ -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 ++
Expand Down

0 comments on commit 4aefd3a

Please sign in to comment.