aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/dwm.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-05 07:54:53 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-05 07:54:53 -0700
commit2e80e18c190b737338f8000aafe685719b4899a1 (patch)
treeddcc74b7cf9c56fe2ed9aa7b138a1396e5923fc4 /sys/cmd/dwm/dwm.h
parent08a6da05412961ddf629415a92749b02d875fa62 (diff)
feat(dwm): spatial movement and attach bottom
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 3a94248..a934287 100644
--- a/sys/cmd/dwm/dwm.h
+++ b/sys/cmd/dwm/dwm.h
@@ -243,6 +243,7 @@ void arrange(Monitor *m);
void arrangemon(Monitor *m);
void attach(Client *c);
void enqueue(Client *c);
+void attachbottom(Client *c);
void attachstack(Client *c);
void enqueuestack(Client *c);
void buttonpress(XEvent *e);
@@ -266,6 +267,7 @@ void focus(Client *c);
void focusin(XEvent *e);
void focusmon(Arg *arg);
void focusstack(Arg *arg);
+void focusdirection(Arg *arg);
void rotatestack(Arg *arg);
Atom getatomprop(Client *c, Atom prop);
int getrootptr(int *x, int *y);