From 184832d805eb2664e3efbcce04e853f28156777c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Geel=20Weirs=C3=B8e?= Date: Sat, 5 Sep 2020 12:29:38 +0200 Subject: [PATCH] updates readme --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 428ba74..ca42d79 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,13 @@ Usage requred arguments: -i, --index the number index of the workspace that should be openend. 1 = first workspace in config etc. +Current limitations +-------------------- +The way this script is set up, it is sending commands in strings. and thus we cannot keep track of each workspace other than by its name. This is a limmitiaion as there is no way for us to know if the workspace "1" is reffering to the workspace 1 assigned to output DS-1 or output HDMI-2.. + +So in order to differentiate between these, you need to name your workspaces new names for each output. See example configuration under #Installation. + + Installation ------------