Help needed with yabai/skhd config #740
Answered
by
dominiklohmann
justsharan
asked this question in
Q&A
-
Hello! I'd like to define a hotkey that moves west if the current window is to the east and east if the current window is to the west. So it basically toggles between east/west. How would I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
dominiklohmann
Dec 11, 2020
Replies: 1 comment 4 replies
-
You can implement wraparound like this:
Or, for a more complex solution that works a fair bit better:
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
dominiklohmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can implement wraparound like this:
Or, for a more complex solution that works a fair bit better: