summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 fdf5c0c1..446995d5 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -300,6 +300,10 @@ The default colors are:
300**output** <name> <position|pos> <X,Y>:: 300**output** <name> <position|pos> <X,Y>::
301 Configures the specified output to be arranged at the given position. 301 Configures the specified output to be arranged at the given position.
302 302
303**output** <name> <scale> <I>::
304 Configures the specified output to be scaled up by the specified integer
305 scaling factor (usually 2 for HiDPI screens).
306
303**output** <name> <background|bg> <file> <mode>:: 307**output** <name> <background|bg> <file> <mode>::
304 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
305 scaling mode (one of "stretch", "fill", "fit", "center", "tile"). 309 scaling mode (one of "stretch", "fill", "fit", "center", "tile").