From 2e80e18c190b737338f8000aafe685719b4899a1 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 5 Oct 2021 07:54:53 -0700 Subject: feat(dwm): spatial movement and attach bottom --- 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 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); -- cgit v1.2.1