[GH-ISSUE #157] [Launcher] Window previews #5706

Open
opened 2026-05-23 01:52:38 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @JakeStanger on GitHub (May 22, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/157

Is your feature request related to a problem? Please describe.
It's not always obvious which window is which based off the window title.

Describe the solution you'd like
The ability to enable window previews on hover of launcher icons, like Windows/KDE/GNOME are all capable of.

It looks like KDE does this via Pipewire, which is likely the best route to explore.

Describe alternatives you've considered
An easy/cheap way may be to use wlr screencopy or wlr DMA-BUF to grab a screenshot of a window whenever it comes into focus, or periodically while it's focused.

Hyprland offers a hyprland_toplevel_export protocol.

Additional context
KDE PR: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/36//diffs

This is a long-term goal I've wanted since the beginning, but it probably still won't happen for a good while (unless anybody wants to pick this up :P)

Originally created by @JakeStanger on GitHub (May 22, 2023). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/157 **Is your feature request related to a problem? Please describe.** It's not always obvious which window is which based off the window title. **Describe the solution you'd like** The ability to enable window previews on hover of launcher icons, like Windows/KDE/GNOME are all capable of. It looks like KDE does this via Pipewire, which is likely the best route to explore. **Describe alternatives you've considered** An easy/cheap way may be to use wlr screencopy or wlr DMA-BUF to grab a screenshot of a window whenever it comes into focus, or periodically while it's focused. Hyprland offers a `hyprland_toplevel_export` protocol. **Additional context** KDE PR: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/36//diffs This is a long-term goal I've wanted since the beginning, but it probably still won't happen for a good while (unless anybody wants to pick this up :P)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#5706
No description provided.