Switch and Move to next workspace on the same Output. As requested in \#554

This commit is contained in:
Max Alexander Busse
2011-12-25 03:30:10 +01:00
committed by Michael Stapelberg
parent 659e06a170
commit fba2582b2e
4 changed files with 170 additions and 0 deletions

View File

@ -78,6 +78,8 @@ EOL (\r?\n)
* handling strings ('workspace' command) */
next { BEGIN(INITIAL); return TOK_NEXT; }
prev { BEGIN(INITIAL); return TOK_PREV; }
next_on_output { BEGIN(INITIAL); return TOK_NEXT_ON_OUTPUT; }
prev_on_output { BEGIN(INITIAL); return TOK_PREV_ON_OUTPUT; }
back_and_forth { BEGIN(INITIAL); return TOK_BACK_AND_FORTH; }
<WANT_STRING>\"[^\"]+\" {