Open thatDudo opened 1 month ago
indeed, wayland has no way to attach two surfaces (except wayfire since we have a plugin that does that). I was thinking about writing a hyprland plugin for that (I like the name hyprzug) but before that I wanted to rewrite ueberzug
to hopefully make it more extendable. https://github.com/jstkdng/ueberzugpp-new
Hmm, maybe it would be more suitable for that hyprzug plugin to create just one single window on top of the target window to have better performance with multiimage creation. terminal filemanagers could then implement something like a thumbnail view a little better.
Perhaps you could use .socket2.sock (https://wiki.hyprland.org/hyprland-wiki/pages/IPC/) to listen for move events, and move the preview with it. I guess these are the annoyances that come with using extraneous windows under wayland.