aboutsummaryrefslogtreecommitdiff
path: root/parser-specs
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2021-10-23 12:30:25 +0200
committerOrestis Floros <orestisflo@gmail.com>2021-11-05 18:34:54 +0100
commit93b2b4489368e0e39061b2194a983f085905b68e (patch)
tree9e7a4ec19fe352da5aa7387123bca8c7861d6d57 /parser-specs
parent34ef7f8c33626a1f4c59b613d31736c63b2b0336 (diff)
downloadi3-93b2b4489368e0e39061b2194a983f085905b68e.tar.gz
i3-93b2b4489368e0e39061b2194a983f085905b68e.zip
cmd_focus_output: Multiple outputs
Diffstat (limited to 'parser-specs')
-rw-r--r--parser-specs/commands.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/parser-specs/commands.spec b/parser-specs/commands.spec
index 7d3367ea..6efaa855 100644
--- a/parser-specs/commands.spec
+++ b/parser-specs/commands.spec
@@ -166,8 +166,10 @@ state FOCUS_AUTO:
-> call cmd_focus_direction($direction)
state FOCUS_OUTPUT:
- output = string
- -> call cmd_focus_output($output)
+ output = word
+ -> call cmd_focus_output($output); FOCUS_OUTPUT
+ end
+ -> call cmd_focus_output(NULL); INITIAL
# kill [window|client]
state KILL: