BUG-396: Implement move output <RANDR-OUTPUT> command

Also add support for move output <up|down|left|right> and update
userguide about the new command.
This commit is contained in:
Peter Bui
2011-08-08 17:28:19 -04:00
committed by Michael Stapelberg
parent 06ef7f72e4
commit 7ddba4995f
3 changed files with 52 additions and 0 deletions

View File

@ -123,6 +123,7 @@ floating { return TOK_FLOATING; }
toggle { return TOK_TOGGLE; }
mode_toggle { return TOK_MODE_TOGGLE; }
workspace { WS_STRING; return TOK_WORKSPACE; }
output { WS_STRING; return TOK_OUTPUT; }
focus { return TOK_FOCUS; }
move { return TOK_MOVE; }
open { return TOK_OPEN; }