aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Martin Michlmayr <tbm@cyrius.com>2022-08-08 13:38:24 +0800
committerLibravatar Simon Ser <contact@emersion.fr>2022-08-08 08:03:27 +0200
commitebf441b359668c19da866bfdf3b126f171edac4f (patch)
tree8efba3ec0fc6f63aed10419fb1e76abd6e87c3b7
parentEnable single-pixel-buffer-v1 (diff)
downloadsway-ebf441b359668c19da866bfdf3b126f171edac4f.tar.gz
sway-ebf441b359668c19da866bfdf3b126f171edac4f.tar.zst
sway-ebf441b359668c19da866bfdf3b126f171edac4f.zip
sway-output.5: improve display of parameter
Since "width" and "height" are separate parameters, show them as such.
-rw-r--r--sway/sway-output.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 45429da2..b7d5e577 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -24,7 +24,7 @@ must be separated by one space. For example:
24 24
25# COMMANDS 25# COMMANDS
26 26
27*output* <name> mode|resolution|res [--custom] <WIDTHxHEIGHT>[@<RATE>Hz] 27*output* <name> mode|resolution|res [--custom] <width>x<height>[@<rate>Hz]
28 Configures the specified output to use the given mode. Modes are a 28 Configures the specified output to use the given mode. Modes are a
29 combination of width and height (in pixels) and a refresh rate that your 29 combination of width and height (in pixels) and a refresh rate that your
30 display can be configured to use. For a list of available modes for each 30 display can be configured to use. For a list of available modes for each