From 82c0e78541b271d91a0f0032e820338fcfd26ed2 Mon Sep 17 00:00:00 2001 From: rope Date: Thu, 4 Jun 2026 14:15:20 +0100 Subject: [PATCH] hyprland: hide xembed-sni-proxy container window Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index f4adef0..1349fb5 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -286,6 +286,11 @@ in hl.animation({ leaf = "workspaces", enabled = true, speed = 1, bezier = "snap" }) -- Window rules + -- Hide xembed-sni-proxy container window (classless, titleless floating window). + hl.window_rule({ + match = { class = "^$", title = "^$", float = true }, + workspace = "special silent", + }) -- Battle.net tray icon leaks as a tiny floating XWayland window. hl.window_rule({ match = { class = "steam_app_0", title = "^$", float = true },