hyprwm / hyprland-plugins

Official plugins for Hyprland
BSD 3-Clause "New" or "Revised" License
573 stars 60 forks source link

Hyprwinwrap - background freezes when changing workspaces #177

Open coffee243454 opened 5 months ago

coffee243454 commented 5 months ago

Using cava with hyprwinwrap, upon changing workspaces the background will freeze until the process is ended. I have also tried this with a different terminal(konsole) and with btop instead of cava and the same thing happens.

This could possibly be an Nvidia issue as I have a similar setup on my laptop with no problems.

Video of the issue: https://github.com/hyprwm/hyprland-plugins/assets/35109746/70f11e43-bbdd-4a2d-9fd0-d3d45d2d2af9

dafitt commented 5 months ago

After updating recently I also experience this now with AMD and NixOS.

flake.nix inputs (versions i am using):

hyprland = { url = "github:hyprwm/Hyprland/tags/v0.40.0"; inputs.nixpkgs.follows = "nixpkgs"; };
hyprland-plugins = { url = "github:hyprwm/hyprland-plugins"; inputs.hyprland.follows = "hyprland"; };
fufexan commented 5 months ago

@dafitt perhaps hyprland-plugins has a newer version that no longer works with hyprland 0.40, since hyprland-plugins main follows Hyprland's main branch.

coffee243454 commented 5 months ago

After some testing it turns out that the issue no longer persists if you run kitty with KITTY_DISABLE_WAYLAND set to 1.

dafitt commented 5 months ago

... if you run kitty with KITTY_DISABLE_WAYLAND set to 1.

Can confirm it, this works for me too.

nnra6864 commented 4 months ago

I recall having the exact same issue. It wasn't kitty tho, for me it was unity games crashing. What's odd is the fact they are running under xwayland which seems to be what fixes your issues :/