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

@ -69,6 +69,18 @@ Con* workspace_next();
*/
Con* workspace_prev();
/**
* Returns the next workspace on the same output
*
*/
Con* workspace_next_on_output();
/**
* Returns the previous workspace on the same output
*
*/
Con* workspace_prev_on_output();
/**
* Focuses the previously focused workspace.
*