From 5a1cc4a7ca587eb82890b0aa51a59be03aeb9acf Mon Sep 17 00:00:00 2001 From: rope Date: Mon, 18 May 2026 15:32:34 +0100 Subject: [PATCH] hyprland: add snixembed for X11 tray icon bridging (Battle.net) Wine/XWayland apps use X11 embed tray protocol which waybar's SNI-based tray doesn't see. snixembed proxies X11 tray icons as SNI items. Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 359fcbd..3ba2e22 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -243,6 +243,7 @@ in hl.exec_cmd("hyprctl setcursor Bibata-Modern-Ice 24") hl.exec_cmd("swayosd-server") ${lib.optionalString isMacbook ''hl.exec_cmd("hypridle")''} + ${lib.optionalString isGaming ''hl.exec_cmd("${pkgs.snixembed}/bin/snixembed --fork")''} end) -- Animation curve and definitions