From 55ee442c3cf8833f93626ab1a9a59c9e3f758778 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 31 Aug 2022 17:50:45 -0500 Subject: add push files --- push.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 push.h (limited to 'push.h') diff --git a/push.h b/push.h new file mode 100644 index 0000000..59c0f80 --- /dev/null +++ b/push.h @@ -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); -- cgit v1.2.3