dwm

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

scratchpad.h (200B)


      1 typedef struct {
      2        const char *name;
      3        const void *cmd;
      4 } Sp;
      5 
      6 static void removescratch(const Arg *arg);
      7 static void setscratch(const Arg *arg);
      8 static void togglescratch(const Arg *arg);
      9