suckless/dwm/patch/push.h
2025-05-25 17:58:23 +02:00

5 lines
161 B
C

static Client * nextc(Client *c, float f);
static Client * prevc(Client *c, float f);
static void pushup(const Arg *arg);
static void pushdown(const Arg *arg);