From a8f6d025a73a32214731eef41c9e2e1fb16e26ec Mon Sep 17 00:00:00 2001 From: Stratos Gerakakis Date: Mon, 18 Mar 2019 15:01:06 +0100 Subject: [PATCH] Clarify usage of "make, model and serial" string --- sway/sway-output.5.scd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd index bb3745f36..4428d91cd 100644 --- a/sway/sway-output.5.scd +++ b/sway/sway-output.5.scd @@ -19,6 +19,11 @@ model and serial which you can get from *swaymsg -t get_outputs*. Each value must be separated by one space. For example: output "Some Company ABC123 0x00000000" pos 1920,0 + +Using the make, model and serial string to identify a monitor might need an +extra set of quotes, if used through the command line. For example: + + sway output '"Some Company ABC123 0x00000000"' pos 1920,0 # COMMANDS