Bugfix: Properly parse commands like “move workspace torrent” (Thanks rasi)

fixes #955
This commit is contained in:
Michael Stapelberg
2013-02-19 00:27:55 +01:00
parent 29c027db3b
commit 9bfe6a6236
3 changed files with 8 additions and 4 deletions

View File

@ -262,7 +262,7 @@ state MOVE_DIRECTION_PX:
-> call cmd_move_direction($direction, $pixels)
state MOVE_WORKSPACE:
'to'
'to '
-> MOVE_WORKSPACE_TO_OUTPUT
workspace = 'next_on_output', 'prev_on_output', 'next', 'prev', 'current'
-> call cmd_move_con_to_workspace($workspace)