hyprland: hide xembed-sni-proxy container window

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-04 14:15:20 +01:00
parent c376f0d266
commit 82c0e78541

View file

@ -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 },