hyprwm / hyprland-plugins

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

Hyprwinwrap - background freezes when changing workspaces #177

Open coffee243454 opened 4 weeks ago

coffee243454 commented 4 weeks 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 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks ago

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

Can confirm it, this works for me too.