mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[GH-ISSUE #157] [Launcher] Window previews #7107
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#7107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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_exportprotocol.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)