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 2 windows are "merged", and the focus is in the new stack
So now we have one stack with w1 (visible) and w2 ("behind"), and a single w3 window next to it
from the same w1 window (now in the stack), move the focus to the other window left (w3)
yabai -m window --focus east
The focus moves and you're now in w3. You see w1 (unfocused) and w3 on the screen
finally, move the focus back to the stack
yabai -m window --focus west
Here the problem happens. When the focus changes, back to the stack, w1 disappears and w2 is shown instead. w2 became the "front window of the stack", all by itself.
This is the 'flicker' effect I'm trying to describe here
Note that this does NOT happen if the focus is moved back and forth using the mouse
It happens only when the focus is moved using command-line calls (or keyboards bindings for the same commands in skhd)
is it only me, or can others reproduce it too?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have a little problem with stacks, which I hope can be solved because it's quite annoying
Let me try to describe how to reproduce it.
Let's suppose a space, with only 3 terminal windows, side by side.
Let's call them
w1
,w2
andw3
w1
, and stack it on top ofw2
, with (supposing 39410 is the id ofw2
)The 2 windows are "merged", and the focus is in the new stack
So now we have one stack with
w1
(visible) andw2
("behind"), and a singlew3
window next to itw1
window (now in the stack), move the focus to the other window left (w3
)The focus moves and you're now in
w3
. You seew1
(unfocused) andw3
on the screenHere the problem happens. When the focus changes, back to the stack,
w1
disappears andw2
is shown instead.w2
became the "front window of the stack", all by itself.This is the 'flicker' effect I'm trying to describe here
Note that this does NOT happen if the focus is moved back and forth using the mouse
It happens only when the focus is moved using command-line calls (or keyboards bindings for the same commands in skhd)
is it only me, or can others reproduce it too?
Thanks!
The text was updated successfully, but these errors were encountered: