Applied the push patch

This commit is contained in:
Micah Gorrell 2023-05-12 08:53:03 -06:00
parent 639a724223
commit a07863a4b5
6 changed files with 3172 additions and 1 deletions

4
push.h Normal file
View file

@ -0,0 +1,4 @@
static Client *nexttiled(Client *sel);
static Client *prevtiled(Client *sel);
static void pushdown(const Arg *arg);
static void pushup(const Arg *arg);