aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/dwm.h
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2020-07-19 09:28:46 -0700
committerNicholas Noll <nnoll523@gmail.com>2020-07-19 09:28:46 -0700
commita576520dce2a34424af67358e98d79a06e736911 (patch)
tree38ede99a3cc90544c9d119e2b49cc865b240391a /sys/cmd/dwm/dwm.h
parentd4166afda314d3f3326e9f73659a0b4515f2ae65 (diff)
chore: update
Diffstat (limited to 'sys/cmd/dwm/dwm.h')
-rw-r--r--sys/cmd/dwm/dwm.h2
1 files changed, 2 insertions, 0 deletions
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);