aboutsummaryrefslogtreecommitdiff
path: root/parser-specs
diff options
context:
space:
mode:
authorOrestis Floros <orestisf1993@gmail.com>2018-03-28 00:55:20 +0300
committerOrestis Floros <orestisf1993@gmail.com>2018-07-12 17:07:01 +0300
commitbce088679a3a51d9a6ce2bcef6ddc7938368d312 (patch)
tree8da5ae13e3bf64f2117ce989bacff99ffdfd5574 /parser-specs
parentd525eb80aefcd596c5c40750eb9fa3570e5c55ed (diff)
downloadi3-bce088679a3a51d9a6ce2bcef6ddc7938368d312.tar.gz
i3-bce088679a3a51d9a6ce2bcef6ddc7938368d312.zip
Allow multiple assignments of workspaces to outputs
Also makes get_assigned_output work with the primary output: workspace X output primary will now work. Fixes #555.
Diffstat (limited to 'parser-specs')
-rw-r--r--parser-specs/config.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-specs/config.spec b/parser-specs/config.spec
index c5c4651c..b15c9a80 100644
--- a/parser-specs/config.spec
+++ b/parser-specs/config.spec
@@ -273,7 +273,7 @@ state WORKSPACE_OUTPUT:
-> WORKSPACE_OUTPUT_STR
state WORKSPACE_OUTPUT_STR:
- output = word
+ output = string
-> call cfg_workspace($workspace, $output)
# ipc-socket <path>