Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no navigation between stack windows. #1

Open
JuanEL0 opened this issue Aug 30, 2022 · 4 comments
Open

There is no navigation between stack windows. #1

JuanEL0 opened this issue Aug 30, 2022 · 4 comments

Comments

@JuanEL0
Copy link

JuanEL0 commented Aug 30, 2022

Hi, I have installed today and it didn't work, I tried with 2 monitors and keep switching between no-stacked windows only.

I disconnected my external monitor but same.

Thanks

@dmitrym0
Copy link

Same. Probably because stacked windows in a bsp space are not supported?

You can see that space 1 is bsp, but Brave and Safari are stacked:

  • space
❯ yabai -m query --spaces
[{
	"id":1,
	"uuid":"",
	"index":1,
	"label":"",
	"type":"bsp",
	"display":1,
	"windows":[47995, 50926, 61197],
	"first-window":47995,
	"last-window":47995,
	"has-focus":false,
	"is-visible":false,
	"is-native-fullscreen":false
},{
  • windows
❯ yabai -m query --windows
[{
        "id":47995,
        "pid":34984,
        "app":"Safari",
        "title":"...",
        "frame":{
                "x":-0.0000,
                "y":28.0000,
                "w":2560.0000,
                "h":1412.0000
        },
        "role":"AXWindow",
        "subrole":"AXStandardWindow",
        "display":1,
        "space":1,
        "level":0,
        "opacity":1.0000,
        "split-type":"none",
        "stack-index":1,
        "can-move":true,
        "can-resize":true,
        "has-focus":false,
        "has-shadow":true,
        "has-border":true,
        "has-parent-zoom":false,
        "has-fullscreen-zoom":false,
        "is-native-fullscreen":false,
        "is-visible":false,
        "is-minimized":false,
        "is-hidden":false,
        "is-floating":false,
        "is-sticky":false,
        "is-topmost":false,
        "is-grabbed":false
},
{
        "id":50926,
        "pid":25236,
        "app":"Brave Browser",
        "title":"...",
        "frame":{
                "x":-0.0000,
                "y":28.0000,
                "w":2560.0000,
                "h":1412.0000
        },
        "role":"AXWindow",
        "subrole":"AXStandardWindow",
        "display":1,
        "space":1,
        "level":0,
        "opacity":1.0000,
        "split-type":"none",
        "stack-index":2,
        "can-move":true,
        "can-resize":true,
        "has-focus":false,
        "has-shadow":true,
        "has-border":true,
        "has-parent-zoom":false,
        "has-fullscreen-zoom":false,
        "is-native-fullscreen":false,
        "is-visible":false,
        "is-minimized":false,
        "is-hidden":false,
        "is-floating":false,
        "is-sticky":false,
        "is-topmost":false,
        "is-grabbed":false
},

@sendhil
Copy link
Owner

sendhil commented Oct 21, 2022

Sorry on the delay - for clarity, @JuanEL0 and @dmitrym0 , is your setup that you have two monitors, one monitor is stacked, and the other is not and it's not swapping between them? Or does it not switch period stacked or not?

@dmitrym0
Copy link

Hey @sendhil, I have a bsp space with a stack, single monitor.

@jankkm
Copy link

jankkm commented Dec 16, 2022

This tool is not for stacked windows on a bsp space but only for a stacked layout (not bsp).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants