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
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.
The text was updated successfully, but these errors were encountered:
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.
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
, andsubrole
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.The text was updated successfully, but these errors were encountered: