From 07eb33e65db29b9fc76c83ea58c13ecc856170e8 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 5 Dec 2025 18:57:16 +0000 Subject: [PATCH] ui: add namespace --- src/ui/UI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/UI.cpp b/src/ui/UI.cpp index cc5c603..072a0eb 100644 --- a/src/ui/UI.cpp +++ b/src/ui/UI.cpp @@ -26,6 +26,7 @@ CWallpaperTarget::CWallpaperTarget(SP output, const std::s ->layer(0) ->preferredSize({0, 0}) ->exclusiveZone(-1) + ->appClass("hyprpaper") ->commence(); m_bg = Hyprtoolkit::CRectangleBuilder::begin()