Adding rotatestack patch

This commit is contained in:
bakkeby
2019-09-07 22:42:01 +02:00
parent 2f4916a64e
commit 7c23a59c38
7 changed files with 77 additions and 2 deletions

3
patch/rotatestack.h Normal file
View File

@ -0,0 +1,3 @@
static void enqueue(Client *c);
static void enqueuestack(Client *c);
static void rotatestack(const Arg *arg);