aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-30 15:17:51 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-01 22:47:54 -0400
commit41d858b4397f1c89a13900f078854e28ea0ac45a (patch)
tree7c770085c609f38f742610de099bb41923911c24 /swaynag
parentswaynag: swaybar like default colors (diff)
downloadsway-41d858b4397f1c89a13900f078854e28ea0ac45a.tar.gz
sway-41d858b4397f1c89a13900f078854e28ea0ac45a.tar.zst
sway-41d858b4397f1c89a13900f078854e28ea0ac45a.zip
swaynag: add blank lines after headings in scdocs
Diffstat (limited to 'swaynag')
-rw-r--r--swaynag/swaynag.1.scd3
-rw-r--r--swaynag/swaynag.5.scd3
2 files changed, 6 insertions, 0 deletions
diff --git a/swaynag/swaynag.1.scd b/swaynag/swaynag.1.scd
index 12787c3c..1c395aee 100644
--- a/swaynag/swaynag.1.scd
+++ b/swaynag/swaynag.1.scd
@@ -9,6 +9,7 @@ swaynag - Show a warning or error message with buttons
9_swaynag_ [options...] 9_swaynag_ [options...]
10 10
11# OPTIONS 11# OPTIONS
12
12*-b, --button* <text> <action> 13*-b, --button* <text> <action>
13 Create a button with the text _text_ that executes _action_ when pressed. 14 Create a button with the text _text_ that executes _action_ when pressed.
14 Multiple buttons can be defined by providing the flag multiple times. 15 Multiple buttons can be defined by providing the flag multiple times.
@@ -60,6 +61,7 @@ _swaynag_ [options...]
60 Show the version number and quit. 61 Show the version number and quit.
61 62
62# APPEARANCE OPTIONS 63# APPEARANCE OPTIONS
64
63*--background* <RRGGBB[AA]> 65*--background* <RRGGBB[AA]>
64 Set the color of the background. 66 Set the color of the background.
65 67
@@ -100,4 +102,5 @@ _swaynag_ [options...]
100 Set the padding for the button text. 102 Set the padding for the button text.
101 103
102# SEE 104# SEE
105
103swaynag(5) 106swaynag(5)
diff --git a/swaynag/swaynag.5.scd b/swaynag/swaynag.5.scd
index e2348d8b..d3daadf7 100644
--- a/swaynag/swaynag.5.scd
+++ b/swaynag/swaynag.5.scd
@@ -10,6 +10,7 @@ $HOME/.swaynag/config, $XDG\_CONFIG\_HOME/swaynag/config,
10SYSCONFDIR/swaynag/config 10SYSCONFDIR/swaynag/config
11 11
12# CONFIG FILE 12# CONFIG FILE
13
13At the top of the config file, _swaynag_ options can be set using the format 14At the top of the config file, _swaynag_ options can be set using the format
14_long-option=value_. These will be used as default values if _swaynag_ is not 15_long-option=value_. These will be used as default values if _swaynag_ is not
15given the option. This can be useful for setting a preferred font, output, and 16given 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:
79 Set the output to use. This should be the name of a _xdg\_output_. 80 Set the output to use. This should be the name of a _xdg\_output_.
80 81
81# EXAMPLE 82# EXAMPLE
83
82``` 84```
83font=Monospace 12 85font=Monospace 12
84edge=bottom 86edge=bottom
@@ -94,4 +96,5 @@ message-padding=10
94``` 96```
95 97
96# SEE 98# SEE
99
97swaynag(1) 100swaynag(1)