diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-29 08:00:23 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-07-29 08:00:23 -0400 |
commit | 9b24af1c22e65bcf686d831be59487a31ec98979 (patch) | |
tree | cefcd5ffe7ec184b5f27196cab10cf8d7280c374 /sway/sway.5.txt | |
parent | 966127222439620233c27ab835062f6cc69e23ea (diff) |
Document scale factor configuration in sway(5)
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 fdf5c0c1..446995d5 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -300,6 +300,10 @@ The default colors are: **output** <name> <position|pos> <X,Y>:: Configures the specified output to be arranged at the given position. +**output** <name> <scale> <I>:: + Configures the specified output to be scaled up by the specified integer + scaling factor (usually 2 for HiDPI screens). + **output** <name> <background|bg> <file> <mode>:: Sets the wallpaper for the given output to the specified file, using the given scaling mode (one of "stretch", "fill", "fit", "center", "tile"). |