aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-04-13 11:41:40 +0300
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-13 10:26:17 -0400
commite7d6b8ec3e88564617c6c05656548a37b5dc6d27 (patch)
tree4b1984a605726cfe8ce707af1ab0aaff09abe125
parentFix scratchpad logic for floating windows (diff)
downloadsway-e7d6b8ec3e88564617c6c05656548a37b5dc6d27.tar.gz
sway-e7d6b8ec3e88564617c6c05656548a37b5dc6d27.tar.zst
sway-e7d6b8ec3e88564617c6c05656548a37b5dc6d27.zip
swaybg: add manpage
-rw-r--r--meson.build1
-rw-r--r--swaybg/swaybg.1.scd44
2 files changed, 45 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 02b5d606..3ed0c551 100644
--- a/meson.build
+++ b/meson.build
@@ -107,6 +107,7 @@ if scdoc.found()
107 'sway/sway-input.5.scd', 107 'sway/sway-input.5.scd',
108 'sway/sway-ipc.7.scd', 108 'sway/sway-ipc.7.scd',
109 'sway/sway-output.5.scd', 109 'sway/sway-output.5.scd',
110 'swaybg/swaybg.1.scd',
110 'swaymsg/swaymsg.1.scd', 111 'swaymsg/swaymsg.1.scd',
111 'swaynag/swaynag.1.scd', 112 'swaynag/swaynag.1.scd',
112 'swaynag/swaynag.5.scd', 113 'swaynag/swaynag.5.scd',
diff --git a/swaybg/swaybg.1.scd b/swaybg/swaybg.1.scd
new file mode 100644
index 00000000..027e5d63
--- /dev/null
+++ b/swaybg/swaybg.1.scd
@@ -0,0 +1,44 @@
1swaybg(1)
2
3# NAME
4
5swaybg - Background for Wayland
6
7# SYNOPSIS
8
9*swaybg* [options...]
10
11Displays a background image on all outputs of your Wayland session.
12
13Without an output specified, appearance options apply to all outputs.
14Per-output appearance options can be set by passing _-o, --output_ followed by
15these options.
16
17# OPTIONS
18
19*-c, --color* <rrggbb[aa]>
20 Set the background color.
21
22*-h, --help*
23 Show help message and quit.
24
25*-i, --image* <path>
26 Set the background image.
27
28*-m, --mode* <mode>
29 Scaling mode for images: _stretch_, _fill_, _fit_, _center_, or _tile_. Use
30 the additional mode _solid\_color_ to display only the background color,
31 even if a background image is specified.
32
33*-o, --output* <name>
34 Select an output to configure. Subsequent appearance options will only
35 apply to this output. The special value _\*_ selects all outputs.
36
37*-v, --version*
38 Show the version number and quit.
39
40# AUTHORS
41
42Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
43source contributors. For more information about swaybg development, see
44https://github.com/swaywm/sway.