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
This must be a problem faced by everyone but I wonder why I'm unable to find anything about the focus issue.
In the mstab layout there's a master side and a slave side.
Let's say we have a Master and 4 slaves in this order: | M || A | B | C | D |
Now If want to only work with the M & C windows then focusing between M & C is broken. If my current focus is on C & I need to focus on M then I could use this to directly focus on the master window:
but if I want to focus on the C window again, then I would have to scroll through A & B or go through D at least.
This could be simplified with bindings to change focus between groups.
ex - Mod+s swaps focus between master and slave side
or have different prevent awful.client.focus.byidx(-1) from cycling through the slave side windows and have different bindings to cycle through slave side windows.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This must be a problem faced by everyone but I wonder why I'm unable to find anything about the focus issue.
In the mstab layout there's a master side and a slave side.
Let's say we have a Master and 4 slaves in this order:
| M || A | B | C | D |
Now If want to only work with the
M
&C
windows then focusing betweenM
&C
is broken. If my current focus is onC
& I need to focus onM
then I could use this to directly focus on the master window:but if I want to focus on the
C
window again, then I would have to scroll throughA
&B
or go throughD
at least.This could be simplified with bindings to change focus between groups.
ex -
Mod+s
swaps focus between master and slave sideor have different prevent
awful.client.focus.byidx(-1)
from cycling through the slave side windows and have different bindings to cycle through slave side windows.Beta Was this translation helpful? Give feedback.
All reactions