Skip to content
New issue

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

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

Already on GitHub? # to your account

Add toggleable attributes to window queries #90

Closed
dominiklohmann opened this issue Jul 5, 2019 · 3 comments
Closed

Add toggleable attributes to window queries #90

dominiklohmann opened this issue Jul 5, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@dominiklohmann
Copy link
Collaborator

zoom-fullscreen, zoom-parent, border, sticky, split should all be in yabai -m query --windows.

Related: #83

@koekeishiya
Copy link
Owner

Fixed on master.

@koekeishiya koekeishiya added addressed on master; not released Fixed upstream, but not yet released enhancement New feature or request labels Jul 6, 2019
@koekeishiya koekeishiya removed the addressed on master; not released Fixed upstream, but not yet released label Jul 6, 2019
@pbrogan12
Copy link

The value for the split key is not a quoted string causing jq to have a parse error

{ "id":2268, "pid":6156, "app":"Hyper", "title":"Hyper", "frame":{ "x":24.0000, "y":24.0000, "w":1632.0000, "h":1002.0000 }, "level":"0", "role":"AXWindow", "subrole":"AXStandardWindow", "movable":1, "resizable":1, "split":horizontal, "floating":0, "sticky":0, "border":1, "zoom-parent":1, "zoom-fullscreen":1, "native-fullscreen":0 }

yabai -m query --windows --window | jq . parse error: Invalid numeric literal at line 17, column 20

koekeishiya added a commit that referenced this issue Jul 6, 2019
@koekeishiya
Copy link
Owner

Well that was a brilliant mistake - fixed and did a new release.

JDKardia pushed a commit to JDKardia/yabai that referenced this issue Apr 7, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants