diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-04-13 13:09:05 +0100 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-04-13 13:09:05 +0100 |
commit | e71a3b0bcf9537ac6a9a9d747ec51bf1152d13f7 (patch) | |
tree | f3f4a2d12cb8fcabc7ccbf0e81ab35f0c1372f70 /dwm.c | |
parent | 7713b3ade90308585cb6e343f390bdf5c29b1f47 (diff) |
Updated config.def.h, modularized colors and removed dmenu built-in code
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1858,8 +1858,6 @@ sigterm(int unused) void spawn(const Arg *arg) { - if (arg->v == dmenucmd) - dmenumon[0] = '0' + selmon->num; if (fork() == 0) { if (dpy) close(ConnectionNumber(dpy)); |