Switch and Move to next workspace on the same Output. As requested in \#554
This commit is contained in:
committed by
Michael Stapelberg
parent
659e06a170
commit
fba2582b2e
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user