aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-10-26 22:36:49 +0200
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-11-04 19:40:47 -0500
commit38b37247ff26b7c0926a8d31c1a91f818d1f5d84 (patch)
tree6589cc37ee6374ceca8cd2d42d1b95d26e82c1a8 /sway/sway-output.5.scd
parentseatop_default: handle focus for xwayland_unmanaged views (diff)
downloadsway-38b37247ff26b7c0926a8d31c1a91f818d1f5d84.tar.gz
sway-38b37247ff26b7c0926a8d31c1a91f818d1f5d84.tar.zst
sway-38b37247ff26b7c0926a8d31c1a91f818d1f5d84.zip
Add --custom to `output mode` command
This forces to set the mode as a custom mode.
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd6
1 files changed, 5 insertions, 1 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index da17e1c1..ae6ced24 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -24,12 +24,16 @@ must be separated by one space. For example:
24 24
25# COMMANDS 25# COMMANDS
26 26
27*output* <name> mode|resolution|res <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
31 output, use *swaymsg -t get_outputs*. 31 output, use *swaymsg -t get_outputs*.
32 32
33 To set a custom mode not listed in the list of available modes, use
34 *--custom*. You should probably only use this if you know what you're
35 doing.
36
33 Examples: 37 Examples:
34 38
35 output HDMI-A-1 mode 1920x1080 39 output HDMI-A-1 mode 1920x1080