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

insert feedback doesn't disappear after toggle float windows #832

Closed
tshu-w opened this issue Feb 13, 2021 · 2 comments
Closed

insert feedback doesn't disappear after toggle float windows #832

tshu-w opened this issue Feb 13, 2021 · 2 comments

Comments

@tshu-w
Copy link

tshu-w commented Feb 13, 2021

I want to stack and unstack windows #708 . Inspired by @danielfalbo in #203 (comment) I made following shortcuts:

# stack or moved managed window
shift + cmd - h : yabai -m window --stack west \
    || (yabai -m window --insert west; yabai -m window --toggle float; yabai -m window --toggle float)
shift + cmd - j : yabai -m window --stack south \
    || (yabai -m window --insert south; yabai -m window --toggle float; yabai -m window --toggle float)
shift + cmd - k : yabai -m window --stack north \
    || (yabai -m window --insert north; yabai -m window --toggle float; yabai -m window --toggle float)
shift + cmd - l : yabai -m window --stack east \
    || (yabai -m window --insert east; yabai -m window --toggle float; yabai -m window --toggle float)

Although the window can be unstacked where I want it to be, the insertion feedback does not disappear after two toggle window floats, which is annoying. BTW, I also meet issue #791.

yabai-v3.3.7
macOS 11.2.1

@koekeishiya
Copy link
Owner

I'm unable to reproduce this bug on the-future branch using the provided binds.

@koekeishiya koekeishiya added the the-future I never think of the future - it comes soon enough. label Aug 24, 2021
@tshu-w
Copy link
Author

tshu-w commented Aug 25, 2021

To be clear, maybe I didn't describe it well, I found that this problem only occurs in the current window stack on top of other windows. yabai 3.3.10

@tshu-w tshu-w closed this as completed Nov 19, 2021
@koekeishiya koekeishiya removed the the-future I never think of the future - it comes soon enough. label Mar 17, 2022
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

2 participants