Adding the _NET_CLIENT_LIST_STACKING patch

This commit is contained in:
bakkeby
2020-10-26 11:10:14 +01:00
parent 5edf4bab17
commit 45d05c6c48
3 changed files with 35 additions and 1 deletions

View File

@ -644,6 +644,12 @@
*/
#define MOVESTACK_PATCH 0
/* Adds support for the _NET_CLIENT_LIST_STACKING atom, needed by certain applications like the
* Zoom video conferencing application.
* https://github.com/bakkeby/patches/wiki/netclientliststacking/
*/
#define NET_CLIENT_LIST_STACKING_PATCH 0
/* Removes the border when there is only one window visible.
* https://dwm.suckless.org/patches/noborder/
*/