Focus next / prev instead of focus left or right? #785
Unanswered
bl11y
asked this question in
questions-and-answers
Replies: 1 comment 1 reply
-
I do this to get it to wrap when moving right
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi people,
I often have my windows stacked behind each other fullscreen and I forget whether I want to move left or right.
Given
h_tiles ├── window 1 (focused) └── window 2
Move focus right
h_tiles ├── window 1 └── window 2 (focused)
Move focus right or left doesn't matter with 2 windows
h_tiles ├── window 1 (focused) └── window 2
Is there a way to achieve this? I'd like to focus next or prev without it being strict on direction. Sort of rotating the windows like a carousel.
Beta Was this translation helpful? Give feedback.
All reactions