From 83ef57559adfeb584ff3fac36a2135283df0b44a Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Thu, 3 Mar 2022 15:54:08 -0700 Subject: clean config --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 187cc33..4a47064 100644 --- a/dwm.c +++ b/dwm.c @@ -212,7 +212,7 @@ static void sendmon(Client *c, Monitor *m); static void setclientstate(Client *c, long state); static void setfocus(Client *c); static void setfullscreen(Client *c, int fullscreen); -static void setgaps(const Arg *arg); +//static void setgaps(const Arg *arg); static void setlayout(const Arg *arg); static void setmfact(const Arg *arg); static void setup(void); -- cgit v1.2.3