dotfiles-mirror/dwm/patch/scratchpad.h
2026-02-17 22:49:02 +03:30

9 lines
200 B
C
Executable file

typedef struct {
const char *name;
const void *cmd;
} Sp;
static void removescratch(const Arg *arg);
static void setscratch(const Arg *arg);
static void togglescratch(const Arg *arg);