Mihai Fufezan
Mihai Fufezan
@DHDcc can you test this?
Looks like I can't make grimblast only allow one instance of itself to be running from within itself. I've tried using lockfiles, but that doesn't work either. And `pgrep` seems...
I'm pretty sure I've fixed this. Are you running the latest hyprland and plugin version?
> I haven't recompiled Hyprland in debug mode or whatever because I'm on nixos. That's no excuse https://wiki.hyprland.org/Nix/Contributing-and-Debugging/#build-in-debug-mode
Checking `nix-tree`, xwayland is pulled  Can you try this patch though? ```diff diff --git a/nix/default.nix b/nix/default.nix index 7775b729..3e4d7e20 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -170,6 +170,7 @@ assert lib.assertMsg...
I'm assuming you already have Hyprland as a flake input (otherwise you wouldn't have aquamarine). The steps are: 1. clone Hyprland 2. `git apply
Yeah might be. I've just updated the lockfile. @jnsgruk care to try again?
Mesa mismatches cannot happen if you're consuming hyprland from nixos-unstable. Must be something else.
Can you try setting AQ_DRM_DEVICES to each of the cards separately and checking if it happens for both or only one of them? Though I doubt it makes a difference...
@JohnRTitor can you pull again and check the logs for any occurrence of `-std=c++26`?