How about making "focus right" can go over monitor? (focus-monitor right) #654
-
When I use Can we make it happen? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I think it would help if |
Beta Was this translation helpful? Give feedback.
-
I believe you are looking for this?: # focus
alt-h = 'focus --boundaries all-monitors-outer-frame --boundaries-action wrap-around-all-monitors left'
alt-j = 'focus --boundaries all-monitors-outer-frame --boundaries-action wrap-around-all-monitors down'
alt-k = 'focus --boundaries all-monitors-outer-frame --boundaries-action wrap-around-all-monitors up'
alt-l = 'focus --boundaries all-monitors-outer-frame --boundaries-action wrap-around-all-monitors right' |
Beta Was this translation helpful? Give feedback.
-
@gldtn thx this does work :) |
Beta Was this translation helpful? Give feedback.
I believe you are looking for this?: