port dwm "push" patch to dwl

This commit is contained in:
Devin J. Pohly 2021-03-04 00:45:50 -06:00 committed by Leonardo Hernández Hernández
parent b6d6127733
commit 0259e9a8ab
No known key found for this signature in database
GPG key ID: E538897EE11B9624
3 changed files with 66 additions and 1 deletions

2
dwl.c
View file

@ -370,7 +370,9 @@ static Atom netatom[NetLast];
#endif
/* configuration, allows nested code to access above variables */
#include "push.h"
#include "config.h"
#include "push.c"
/* attempt to encapsulate suck into one file */
#include "client.h"