medenagan / window-corner-preview

GNOME Shell extension showing a video preview on the corner of the screen
https://extensions.gnome.org/extension/1227/window-corner-preview/
MIT License
135 stars 26 forks source link

Support for tab preview #3

Open cbrchrt opened 5 years ago

cbrchrt commented 5 years ago

Is your feature request related to a problem? Please describe. Sometimes I need to preview one gnome-terminal tab or a browser tab while working on another one.

Describe the solution you'd like The windows list should also list application's tabs.

Describe alternatives you've considered Detaching/reattaching the tabs

Additional context none

medenagan commented 5 years ago

Hello @cbruchert, I am not sure we have the chance to capture a single tab running on the browser through the current API, unless you isolate it on a single window. That seems to me something managed by the single application. I believe we're exposed only the object representing a window container plunged into the desktop. I might be wrong and I hope someone suggest the way.