summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-30 18:50:13 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-30 18:50:13 -0500
commit98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972 (patch)
treea7acb9aab8520040d49be04184d70984a66b95e7 /sway/sway.5.txt
parentMerge pull request #803 from zandrmartin/x11-pids (diff)
downloadsway-98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972.tar.gz
sway-98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972.tar.zst
sway-98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972.zip
implement solid color rendering for swaybg
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt4
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:
308 Sets the wallpaper for the given output to the specified file, using the given 308 Sets the wallpaper for the given output to the specified file, using the given
309 scaling mode (one of "stretch", "fill", "fit", "center", "tile"). 309 scaling mode (one of "stretch", "fill", "fit", "center", "tile").
310 310
311**output** <name> <background|bg> <color> solid_color::
312 Sets the background of the given output to the specified color. _color_ should
313 be specified as an _#rrggbb_ (no alpha) color.
314
311**output** <name> disable:: 315**output** <name> disable::
312 Disables the specified output. 316 Disables the specified output.
313 317