From 5bbd9d32886c6318e61be291181ce7b27b3ffb68 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 9 Oct 2020 17:44:33 -0500 Subject: Update dwm config --- dwm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 2c6e70e..0848d2c 100644 --- a/dwm.c +++ b/dwm.c @@ -227,7 +227,7 @@ static void monocle(Monitor *m); static void motionnotify(XEvent *e); static void movemouse(const Arg *arg); static Client *nexttiled(Client *c); -static void pop(Client *); +//static void pop(Client *); static Client *prevtiled(Client *c); static void propertynotify(XEvent *e); static void pushdown(const Arg *arg); @@ -1551,6 +1551,7 @@ nexttiled(Client *c) return c; } +/* void pop(Client *c) { @@ -1559,6 +1560,7 @@ pop(Client *c) focus(c); arrange(c->mon); } +*/ Client * prevtiled(Client *c) { -- cgit v1.2.3