aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg/swaybg.1.scd
diff options
context:
space:
mode:
Diffstat (limited to 'swaybg/swaybg.1.scd')
-rw-r--r--swaybg/swaybg.1.scd44
1 files changed, 0 insertions, 44 deletions
diff --git a/swaybg/swaybg.1.scd b/swaybg/swaybg.1.scd
deleted file mode 100644
index 027e5d63..00000000
--- a/swaybg/swaybg.1.scd
+++ /dev/null
@@ -1,44 +0,0 @@
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.