aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-10-25 10:27:08 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-25 10:27:08 +0200
commitb1c49038a6812d7df914dbb873b93a8fe19c7889 (patch)
tree9d954b3279433f572e2bd79bcca4a012caa49ebb /sway
parentMerge pull request #2970 from RyanDwyer/fix-scratchpad-size (diff)
parentDocument how to identify outputs by make, model and serial (diff)
downloadsway-b1c49038a6812d7df914dbb873b93a8fe19c7889.tar.gz
sway-b1c49038a6812d7df914dbb873b93a8fe19c7889.tar.zst
sway-b1c49038a6812d7df914dbb873b93a8fe19c7889.zip
Merge pull request #2971 from RyanDwyer/document-output-identifiers
Document how to identify outputs by make, model and serial
Diffstat (limited to 'sway')
-rw-r--r--sway/sway-output.5.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index fe5b33bc..1b456008 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -13,6 +13,13 @@ You may combine output commands into one, like so:
13You can get a list of output names with *swaymsg -t get\_outputs*. You may also 13You can get a list of output names with *swaymsg -t get\_outputs*. You may also
14match any output by using the output name "\*". 14match any output by using the output name "\*".
15 15
16Some outputs may have different names when disconnecting and reconnecting. To
17identify these, the name can be substituted for a string consisting of the make,
18model and serial which you can get from *swaymsg -t get\_outputs*. Each value
19must be separated by one space. For example:
20
21 output "Some Company ABC123 0x00000000" pos 1920,0
22
16# COMMANDS 23# COMMANDS
17 24
18*output* <name> mode|resolution|res <WIDTHxHEIGHT>[@<RATE>[Hz]] 25*output* <name> mode|resolution|res <WIDTHxHEIGHT>[@<RATE>[Hz]]