jesseleite / GridLayout.spoon

🖥️ Grid based window layout presets for your Macintosh™
12 stars 0 forks source link

Mark a `cell` as a hidden cell #2

Open TechDufus opened 1 month ago

TechDufus commented 1 month ago

Idea 💡, if I have a cell nested within the bounds of other cells, I would like to be able to mark that cell / region as a hidden region. The benefit would be to inject a custom action when focussing FROM the hidden region.

Ideally, when swapping from a hidden cell, GridLayout would auto hs.window.focussedWindow():sendToBack() so that the non-hidden regions would all be 'in front` of the hidden one.... below is a layout example:

image

Being able to have cell 1 focussed, then summon cell 3, and then when re-focussing cell 1, auto sentToBack() the hidden cell 3.