You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
thatDudo
changed the title
Hyprland: Going fullscreen with the terminal hides previews
Hyprland: Preview doesnt follow moved terminal
Sep 17, 2024
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.
The text was updated successfully, but these errors were encountered: