summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-04-24 16:51:52 +0100
committerMouad Alami <moadalami40@gmail.com>2023-04-24 16:51:52 +0100
commit4b6b071e3e8c84994b74b2e1f08a385f2bf69bda (patch)
treed0f5acef4616f1588a6a622ac9b3a95e06a5dfc6 /dwm.c
parent5c31d9c88cdbe24313e6221c831109a7394fd309 (diff)
updated keybindings
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c12
1 files changed, 6 insertions, 6 deletions
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)