-
I have added a few exceptions for apps like Finder or Email so that they float automatically when opened, but sometimes I like to have them snap in with the rest of the windows. I have a shortcut to do that which is very helpful, but if I float a window, then close it and reopen, it snaps again automatically. Is there a way to make Yabai remember which windows I've floated/unfloated? Would be SUPER helpful for things like the FireFox dialog window that asks if you want to save or open, since I can't figure out how to add an exception for that one and some others. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I'd create a hotkey in skhd which will not just float the currently selected window, but add a signal to I got this working for me. Thanks for the config idea.
|
Beta Was this translation helpful? Give feedback.
I'd create a hotkey in skhd which will not just float the currently selected window, but add a signal to
window_created
for that same app so that it automatically does so next time. You may want another hotkey which will remove the signal for you if you're tired of floating those windows, or you could even have the hotkey itself look up your "float always signal" for the app to decide whether to remove it or add a new one.I got this working for me. Thanks for the config idea.