Mihai Fufezan

Results 491 comments of Mihai Fufezan

@nonetrix you can use this override: ```nix wayland.windowManager.hyprland.package = pkgs.hyprland.overrideAttrs (old: { patches = (old.patches or []) ++ [ (pkgs.fetchpatch { url = "https://github.com/hyprwm/Hyprland/files/13835169/patch.txt"; hash = ""; }) ]; });...

I've been thinking about adding an `exec-exit` hook too, but that won't work when Hyprland crashes, so it doesn't fully solve the issue. Another thing that may help is polling...

Also, related sway discussion https://github.com/swaywm/sway/issues/5160. I believe the first point you suggested might be the way to go. Additionally, distro packagers can patch https://github.com/hyprwm/Hyprland/blob/main/example/hyprland.desktop to add `systemctl --user stop hyprland-session.target`...

Sure, but it does not happen to me. If anyone has any clues why it might not be working, do share it with us.

I've built webcord with the latest commit and when right-clicking on an image, the result was this: ![image](https://user-images.githubusercontent.com/36706276/207673804-14625a6c-3721-4e9a-99ab-405fa9b630ce.png) Have I built it incorrectly?

Should this issue be closed then? I obviously haven't made progress in almost 2 years (oops). Afair [this attempt](https://github.com/fufexan/nix-gaming/tree/ge-lol) didn't work.

Okay then, closing.

Still, `telegram-desktop` will get focused when a notification is received. Not great to be interrupted like that.

Overlays make my head hurt. I'll have to ask @spikespaz to give his thoughts on this as well.

I would like not to break compatibility, as long as it's not too much work to get the overlays working fine as well.