Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyprland: Preview doesnt follow moved terminal #227

Open
thatDudo opened this issue Sep 17, 2024 · 2 comments
Open

Hyprland: Preview doesnt follow moved terminal #227

thatDudo opened this issue Sep 17, 2024 · 2 comments

Comments

@thatDudo
Copy link
Contributor

thatDudo commented Sep 17, 2024

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.
Screenshot_2024-09-17_02:34:36

Screenshot_2024-09-17_02:34:49

@thatDudo thatDudo changed the title Hyprland: Going fullscreen with the terminal hides previews Hyprland: Preview doesnt follow moved terminal Sep 17, 2024
@jstkdng
Copy link
Owner

jstkdng commented 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

@thatDudo
Copy link
Contributor Author

thatDudo commented Oct 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants