mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
swaynag: add blank lines after headings in scdocs
This commit is contained in:
parent
1e7fbe493e
commit
41d858b439
2 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@ swaynag - Show a warning or error message with buttons
|
||||||
_swaynag_ [options...]
|
_swaynag_ [options...]
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
|
||||||
*-b, --button* <text> <action>
|
*-b, --button* <text> <action>
|
||||||
Create a button with the text _text_ that executes _action_ when pressed.
|
Create a button with the text _text_ that executes _action_ when pressed.
|
||||||
Multiple buttons can be defined by providing the flag multiple times.
|
Multiple buttons can be defined by providing the flag multiple times.
|
||||||
|
@ -60,6 +61,7 @@ _swaynag_ [options...]
|
||||||
Show the version number and quit.
|
Show the version number and quit.
|
||||||
|
|
||||||
# APPEARANCE OPTIONS
|
# APPEARANCE OPTIONS
|
||||||
|
|
||||||
*--background* <RRGGBB[AA]>
|
*--background* <RRGGBB[AA]>
|
||||||
Set the color of the background.
|
Set the color of the background.
|
||||||
|
|
||||||
|
@ -100,4 +102,5 @@ _swaynag_ [options...]
|
||||||
Set the padding for the button text.
|
Set the padding for the button text.
|
||||||
|
|
||||||
# SEE
|
# SEE
|
||||||
|
|
||||||
swaynag(5)
|
swaynag(5)
|
||||||
|
|
|
@ -10,6 +10,7 @@ $HOME/.swaynag/config, $XDG\_CONFIG\_HOME/swaynag/config,
|
||||||
SYSCONFDIR/swaynag/config
|
SYSCONFDIR/swaynag/config
|
||||||
|
|
||||||
# CONFIG FILE
|
# CONFIG FILE
|
||||||
|
|
||||||
At the top of the config file, _swaynag_ options can be set using the format
|
At the top of the config file, _swaynag_ options can be set using the format
|
||||||
_long-option=value_. These will be used as default values if _swaynag_ is not
|
_long-option=value_. These will be used as default values if _swaynag_ is not
|
||||||
given the option. This can be useful for setting a preferred font, output, and
|
given the option. This can be useful for setting a preferred font, output, and
|
||||||
|
@ -79,6 +80,7 @@ Additionally, the following options can be assigned a default per-type:
|
||||||
Set the output to use. This should be the name of a _xdg\_output_.
|
Set the output to use. This should be the name of a _xdg\_output_.
|
||||||
|
|
||||||
# EXAMPLE
|
# EXAMPLE
|
||||||
|
|
||||||
```
|
```
|
||||||
font=Monospace 12
|
font=Monospace 12
|
||||||
edge=bottom
|
edge=bottom
|
||||||
|
@ -94,4 +96,5 @@ message-padding=10
|
||||||
```
|
```
|
||||||
|
|
||||||
# SEE
|
# SEE
|
||||||
|
|
||||||
swaynag(1)
|
swaynag(1)
|
||||||
|
|
Loading…
Reference in a new issue