dwm/dwm.c.rej
2020-10-22 16:47:54 +02:00

10 lines
381 B
Plaintext

diff a/dwm.c b/dwm.c (rejected hunks)
@@ -213,6 +213,7 @@ static void tagmon(const Arg *arg);
static void tile(Monitor *);
static void togglebar(const Arg *arg);
static void togglefloating(const Arg *arg);
+static void togglescratch(const Arg *arg);
static void toggletag(const Arg *arg);
static void toggleview(const Arg *arg);
static void unfocus(Client *c, int setfocus);