Skip to content

netclientliststacking

bakkeby edited this page Jul 1, 2024 · 3 revisions

Some applications need to know what other windows are present / running on the system, one example being video conferencing tools where individual applications (rather than the whole screen) can be shared.

Access to such windows are provided via the _NET_CLIENT_LIST atom in dwm.

Some applications, however, rely solely on another atom _NET_CLIENT_LIST_STACKING for such purposes. An example of this would be the Zoom video conferencing application.

This patch adds support for the _NET_CLIENT_LIST_STACKING atom for the applications that need it.

Download

Clone this wiki locally