From e7d6b8ec3e88564617c6c05656548a37b5dc6d27 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 13 Apr 2019 11:41:40 +0300 Subject: [PATCH] swaybg: add manpage --- meson.build | 1 + swaybg/swaybg.1.scd | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 swaybg/swaybg.1.scd diff --git a/meson.build b/meson.build index 02b5d606c..3ed0c5515 100644 --- a/meson.build +++ b/meson.build @@ -107,6 +107,7 @@ if scdoc.found() 'sway/sway-input.5.scd', 'sway/sway-ipc.7.scd', 'sway/sway-output.5.scd', + 'swaybg/swaybg.1.scd', 'swaymsg/swaymsg.1.scd', 'swaynag/swaynag.1.scd', 'swaynag/swaynag.5.scd', diff --git a/swaybg/swaybg.1.scd b/swaybg/swaybg.1.scd new file mode 100644 index 000000000..027e5d631 --- /dev/null +++ b/swaybg/swaybg.1.scd @@ -0,0 +1,44 @@ +swaybg(1) + +# NAME + +swaybg - Background for Wayland + +# SYNOPSIS + +*swaybg* [options...] + +Displays a background image on all outputs of your Wayland session. + +Without an output specified, appearance options apply to all outputs. +Per-output appearance options can be set by passing _-o, --output_ followed by +these options. + +# OPTIONS + +*-c, --color* + Set the background color. + +*-h, --help* + Show help message and quit. + +*-i, --image* + Set the background image. + +*-m, --mode* + Scaling mode for images: _stretch_, _fill_, _fit_, _center_, or _tile_. Use + the additional mode _solid\_color_ to display only the background color, + even if a background image is specified. + +*-o, --output* + Select an output to configure. Subsequent appearance options will only + apply to this output. The special value _\*_ selects all outputs. + +*-v, --version* + Show the version number and quit. + +# AUTHORS + +Maintained by Drew DeVault , who is assisted by other open +source contributors. For more information about swaybg development, see +https://github.com/swaywm/sway.