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

Issue with NotePlan #2507

Open
AlJohri opened this issue Dec 31, 2024 · 1 comment
Open

Issue with NotePlan #2507

AlJohri opened this issue Dec 31, 2024 · 1 comment

Comments

@AlJohri
Copy link

AlJohri commented Dec 31, 2024

I'm having an issue using NotePlan with yabai. When I close the NotePlan window, yabai doesn't seem to detect that the window was closed and the space where the window was previously open remains there on the screen.

output.mov

I ran this command yabai -m query --windows | jq '.[] | select(.app == "NotePlan")' to see how the properties change as I interact with the window.

After closing the window by pressing the red "x" button on the top left, I see that the title, role, and subrole were all set to empty strings; and the can-move, can-resize, and is-visible properties were all changed from true to false.

Then, after re-opening the window, I see that the is-visible flag changes to true but everything else remains the same.

@AlJohri
Copy link
Author

AlJohri commented Dec 31, 2024

I also noticed that when I minimize the screen by pressing the yellow "-" sign, it seems to work properly and snap back into the grid. It also retains the title, role, and subrole properties.

output.mov

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

1 participant