https://bugs.kde.org/show_bug.cgi?id=449986
Noah Davis <noaha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |noaha...@gmail.com --- Comment #1 from Noah Davis <noaha...@gmail.com> --- I'm not sure about putting this in the UI since it seems very technical and niche, but maybe we could add it as a CLI option. The option could take a window ID argument for the exact window, but it would only work with KWin. The ID could be found by using `qdbus org.kde.KWin /KWin org.kde.KWin.queryWindowInfo` and looking for something like `uuid: {fac6b23b-6156-4079-ab41-9f2511bd41db}` in the output. If we wanted to add it to the UI, maybe we could add an option to do a delayed capture after selecting a window interactively. Of course in order for this to work, the exact instance of the window you got the ID for has to still be alive. If you want to capture something like a menu and the menu disappears, the ID will be invalid next time you open the menu. -- You are receiving this mail because: You are watching all bug changes.