diff options
author | ZachIR <zachir@librem.one> | 2022-08-31 17:50:45 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2022-08-31 17:50:45 -0500 |
commit | 55ee442c3cf8833f93626ab1a9a59c9e3f758778 (patch) | |
tree | b051e6b6307b8df513c67ab1e782dc3782a0cb79 /push.h | |
parent | 7e96775d12cd982725cec146529b212f8fe94bad (diff) |
add push files
Diffstat (limited to 'push.h')
-rw-r--r-- | push.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |