You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using IndependentScreens, I'd like to be able to move across spaces just like with CycleWS's prevWS and nextWS, but only on the current screen's workspaces (using IndependentScreens).
I've seen a couple implementations of this while searching how to do it, but none have been successful for me.
The text was updated successfully, but these errors were encountered:
The semantics the different arguments to cycleWorkspaceOnCurrentScreen seem to be the same as the (helpfully explained) X.A.CycleRecentWS.cycleRecentWS
This looks like a step in the right direction but I'd like to move across spaces regardless of the viewing order, just like prevWS and nextWS. From what I see cycleWorkspaceOnCurrentScreen only works to move through the history of seen workscreens.
Using IndependentScreens, I'd like to be able to move across spaces just like with CycleWS's
prevWS
andnextWS
, but only on the current screen's workspaces (using IndependentScreens).I've seen a couple implementations of this while searching how to do it, but none have been successful for me.
The text was updated successfully, but these errors were encountered: