hyprland: hide xembed-sni-proxy container window
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c376f0d266
commit
82c0e78541
1 changed files with 5 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue