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:
committed by
Michael Stapelberg
parent
06ef7f72e4
commit
7ddba4995f
@ -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; }
|
||||
|
Reference in New Issue
Block a user