Skip to content

Commit

Permalink
Add to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhalmer committed Nov 3, 2018
1 parent a76eb6a commit 281aab6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ static const char usage[] =
" --max-visible <n> Max number of visible notifications.\n"
" --default-timeout <timeout> Default timeout in milliseconds.\n"
" --output <name> Show notifications on this output.\n"
" --layer <layer> Arrange notifications at this layer.\n"
" --anchor <position> Position on output to put notifications.\n"
"\n"
"Colors can be specified with the format #RRGGBB or #RRGGBBAA.\n";
Expand Down
12 changes: 10 additions & 2 deletions mako.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,20 @@ dismissed with a click or via *makoctl*(1).

Default: ""

*--layer* _layer_
Arrange mako at the specified layer, relative to normal windows. Supported
values are _background_, _bottom_, _top_, and _overlay_. Using _overlay_
will cause notifications to be displayed above fullscreen windows, though
this may also occur at _top_ depending on your compositor.

Default: top

*--anchor* _position_
Show notifications at the specified position on the output. Supported values
are _top-right_, _bottom-right_, _bottom-center_, _bottom-left_, _top-left_
and _top-center_.

Default: _top-right_
Default: top-right

# STYLE OPTIONS

Expand Down Expand Up @@ -220,7 +228,7 @@ specifiers.

*\\\\* Literal "\\"

*\\n* New Line
*\\n* New Line

## For notifications

Expand Down

0 comments on commit 281aab6

Please sign in to comment.