diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-04-24 16:51:52 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-04-24 16:51:52 +0100 |
| commit | 4b6b071e3e8c84994b74b2e1f08a385f2bf69bda (patch) | |
| tree | d0f5acef4616f1588a6a622ac9b3a95e06a5dfc6 /dwm.c | |
| parent | 5c31d9c88cdbe24313e6221c831109a7394fd309 (diff) | |
updated keybindings
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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) |
