jesseleite / GridLayout.spoon

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

Ability to mark layout apps as `hidden` #4

Open TechDufus opened 1 month ago

TechDufus commented 1 month ago

The thought here is this, I have a cell defined that overlaps other cells, but is meant to be 'behind' my forefront applications (see #3).

When i summon this 'hidden' cell, i would like it to 'auto-hide' or minimize in some way (⌘ + h)? so that it is only visible when it is focussed, and as soon as this 'hidden' app is focussed away from, it is auto-hidden.

I'm not sure how you'd make this auto-hide happen if you clicked away from the hidden app with your mouse, but definitely if you summon another non-hidden app, the originally focussed hidden app should go bye bye. <3

TechDufus commented 2 weeks ago

For now, If I need to 'hide' one of my overlapping apps, I just ⌘ + h and it's the exact same functionality.