aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-11 19:08:01 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-11 19:08:01 -0400
commit146cc0a441f6901eeba7df691098f71d0de73a53 (patch)
tree8b94f0611bee758052ae59ae42739cd479a89241
parentMerge pull request #2451 from RyanDwyer/fix-ancestor-crash (diff)
parentman: Correct format for output position config (diff)
downloadsway-146cc0a441f6901eeba7df691098f71d0de73a53.tar.gz
sway-146cc0a441f6901eeba7df691098f71d0de73a53.tar.zst
sway-146cc0a441f6901eeba7df691098f71d0de73a53.zip
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:
476 476
477 output HDMI-A-1 mode 1920x1080@60Hz 477 output HDMI-A-1 mode 1920x1080@60Hz
478 478
479*output* <name> position|pos <X,Y> 479*output* <name> position|pos <X> <Y>
480 Places the specified output at the specific position in the global 480 Places the specified output at the specific position in the global
481 coordinate space. 481 coordinate space.
482 482