aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-11 19:08:01 -0400
committerGitHub <noreply@github.com>2018-08-11 19:08:01 -0400
commit146cc0a441f6901eeba7df691098f71d0de73a53 (patch)
tree8b94f0611bee758052ae59ae42739cd479a89241
parentb6428f4751bd6df69d2ef17e628c0d28de1c0233 (diff)
parent5aca2b42e64e168c796eed824638964916f9812a (diff)
Merge pull request #2452 from janza/position-command-fix-args
Man page: Correct argument format for output position config
-rw-r--r--sway/sway.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index a09d06c2..70b74a45 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -476,7 +476,7 @@ The default colors are:
output HDMI-A-1 mode 1920x1080@60Hz
-*output* <name> position|pos <X,Y>
+*output* <name> position|pos <X> <Y>
Places the specified output at the specific position in the global
coordinate space.