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
The stars show what is focused. The focus is at left monitor, window A. Window D is not really focused, but it is the focused (default?) window of the right screen, so running bspc monitor --focus east will focus D. You can replicate this setup just by opening these four windows and clicking first on D, then on A.
In the case shown in the picture, where we have focused A, we can run this bspc command to focus B.
bspc node --focus east
It works fine, yet running it again it will focus D, not C. That's not very intuitive, since the next window at the right of B is C. bspwm is switching focus just to the monitor at the right, not really the window at the right!
Is this the expected behavior? Is there any way to get a more natural directional movement command that does not jump windows when switching monitors?
The text was updated successfully, but these errors were encountered:
ntrrgc
changed the title
Directional movement is non intuitive when moving focus across screens
Directional movement is non intuitive when moving focus across monitors
Jan 23, 2016
Suppose we have two monitors with two windows each, like this:
The stars show what is focused. The focus is at left monitor, window A. Window D is not really focused, but it is the focused (default?) window of the right screen, so running
bspc monitor --focus east
will focus D. You can replicate this setup just by opening these four windows and clicking first on D, then on A.In the case shown in the picture, where we have focused A, we can run this bspc command to focus B.
It works fine, yet running it again it will focus D, not C. That's not very intuitive, since the next window at the right of B is C. bspwm is switching focus just to the monitor at the right, not really the window at the right!
Is this the expected behavior? Is there any way to get a more natural directional movement command that does not jump windows when switching monitors?
The text was updated successfully, but these errors were encountered: