dwm

Kris's build of dwm
git clone git clone https://git.krisyotam.com/krisyotam/dwm.git
Log | Files | Refs | README | LICENSE

push.h (161B)


      1 static Client * nextc(Client *c, float f);
      2 static Client * prevc(Client *c, float f);
      3 static void pushup(const Arg *arg);
      4 static void pushdown(const Arg *arg);
      5