scratchpads: enhancing scratchpad by allowing arbitrary clients to be added to (and removed from) each scratchpad area

This commit is contained in:
bakkeby
2020-09-26 12:42:56 +02:00
parent d906aa7a24
commit 76292ba325
3 changed files with 58 additions and 35 deletions

View File

@@ -3,4 +3,6 @@ typedef struct {
const void *cmd;
} Sp;
static void removescratch(const Arg *arg);
static void setscratch(const Arg *arg);
static void togglescratch(const Arg *arg);