Replies: 1 comment
-
|
Possibly related config options are explicitly disabled: binds = {
workspace_back_and_forth = false;
allow_workspace_cycles = false;
movefocus_cycles_fullscreen = false;
};Also, it works as expected on a touchpad swipe with these settings: gestures = {
workspace_swipe = 1;
workspace_swipe_create_new = false;
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In short, I have these binds:
These will always cycle between all available workspaces on current monitor.
How do I prevent such behavior? I want it to stop at the last monitor workspace in given direction.
Beta Was this translation helpful? Give feedback.
All reactions