From 4b6b071e3e8c84994b74b2e1f08a385f2bf69bda Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Mon, 24 Apr 2023 16:51:52 +0100 Subject: updated keybindings --- dwm.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 279e87d..8e827ee 100644 --- a/dwm.c +++ b/dwm.c @@ -187,7 +187,7 @@ static void movemouse(const Arg *arg); static Client *nexttiled(Client *c); static void pop(Client *c); static void propertynotify(XEvent *e); -static void quit(const Arg *arg); +/* static void quit(const Arg *arg); */ static Monitor *recttomon(int x, int y, int w, int h); static void resize(Client *c, int x, int y, int w, int h, int interact); static void resizeclient(Client *c, int x, int y, int w, int h); @@ -1261,11 +1261,11 @@ propertynotify(XEvent *e) } } -void -quit(const Arg *arg) -{ - running = 0; -} +/* void */ +/* quit(const Arg *arg) */ +/* { */ +/* running = 0; */ +/* } */ Monitor * recttomon(int x, int y, int w, int h) -- cgit v1.2.3