Open nocksock opened 2 years ago
A feature like would be killer for people on ultra wide monitors. @nocksock did you ever create a bash script to help facilitate this? If so, can you share?
@natsumi unfortunately not. I'm currently turning that window D
from the example to a floating window and back, which works "good enough" for my use cases to not have written that script. However I still wish this existed.
It would be neat to be able to repeat the zoom parent action, so that the window would zoom up the tree. Sometimes zoom-parent is not enough and fullscreen is too much for me.
Assuming window D has focus:
Right now I have a binding that makes the window floating and resize to a predetermined grid, but this makes things "reflow" and isn't as flexible for different layouts; so I end up with different mappings. This would let me only have to remember two mappings for zooming up and down.
Here's a suggested API:
I guess this could be built right now with a bash script by querying windows etc, and I might do that when I find the time to do so, but I thought I shared this idea.