diff options
author | Zandr Martin <zandrmartin@gmail.com> | 2016-07-30 18:50:13 -0500 |
---|---|---|
committer | Zandr Martin <zandrmartin@gmail.com> | 2016-07-30 18:50:13 -0500 |
commit | 98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972 (patch) | |
tree | a7acb9aab8520040d49be04184d70984a66b95e7 /sway/sway.5.txt | |
parent | 2e4ece65da7e2afe5da1d3347c88bda48b1efa90 (diff) |
implement solid color rendering for swaybg
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 446995d5..787253a0 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -308,6 +308,10 @@ The default colors are: Sets the wallpaper for the given output to the specified file, using the given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). +**output** <name> <background|bg> <color> solid_color:: + Sets the background of the given output to the specified color. _color_ should + be specified as an _#rrggbb_ (no alpha) color. + **output** <name> disable:: Disables the specified output. |