From a576520dce2a34424af67358e98d79a06e736911 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 19 Jul 2020 09:28:46 -0700 Subject: chore: update --- sys/cmd/dwm/dwm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/cmd/dwm/dwm.h') diff --git a/sys/cmd/dwm/dwm.h b/sys/cmd/dwm/dwm.h index 3f2dd0e..6493093 100644 --- a/sys/cmd/dwm/dwm.h +++ b/sys/cmd/dwm/dwm.h @@ -220,6 +220,7 @@ extern int lrpad; extern int (*xerrorxlib)(Display *, XErrorEvent *); extern uint numlockmask; extern void (*handler[LASTEvent]) (XEvent *); +extern int scratchtag; extern xcb_connection_t *xcon; @@ -313,6 +314,7 @@ void tile(Monitor *); void togglebar(Arg *arg); void togglefocus(Arg *arg); void togglefloating(Arg *arg); +void togglescratch(Arg *arg); void toggletag(Arg *arg); void toggleview(Arg *arg); void unfocus(Client *c, int setfocus); -- cgit v1.2.1