aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-03-21 17:31:54 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-03-21 17:46:06 +0100
commitb34c198f0b0333ecad26e1d4780f4255a4a7125e (patch)
treebc0625160d917a542a5edd99557df19451fb22a3
parentsway/input/cursor.c: fix undefined behaviour when event is NULL (diff)
downloadsway-b34c198f0b0333ecad26e1d4780f4255a4a7125e.tar.gz
sway-b34c198f0b0333ecad26e1d4780f4255a4a7125e.tar.zst
sway-b34c198f0b0333ecad26e1d4780f4255a4a7125e.zip
Fix output mode usage
The "Hz" part is required.
-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 b71e5744..1805e54d 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] <WIDTHxHEIGHT>[@<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