From 797b4dc01895b9936c68aad9f8b4e8b7b24502ab Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Mon, 8 Apr 2024 12:23:57 -0400 Subject: window: Parse _BAMF_DESKTOP_FILE property In systems with bamfdaemon running, windows get this property for finding the dekstop spec file of an application. This can be used to find the defined icon for any application window that reports this attribute and provider much better icon matching. --- src/core/atomnames.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/atomnames.h') diff --git a/src/core/atomnames.h b/src/core/atomnames.h index 4b99f163..2e9e6c8d 100644 --- a/src/core/atomnames.h +++ b/src/core/atomnames.h @@ -77,6 +77,11 @@ item(TIMESTAMP) item(VERSION) item(ATOM_PAIR) +/* This is only used if BAMF is installed and the daemon is running. + * Otherwise it's a no-op + */ +item(_BAMF_DESKTOP_FILE) + /* Oddities: These are used, and we need atoms for them, * but when we need all _NET_WM hints (i.e. when we're making * lists of which _NET_WM hints we support in order to advertise -- cgit v1.2.1