diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-10-28 16:37:56 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-10-28 16:37:56 +0200 |
commit | ba56fe9fea0a28d8184a727a987836a0903e2682 (patch) | |
tree | 8e1c4b509cd876b321e8ed22b489a56ca61b8c68 /dwm.c | |
parent | 50ad171eea9db5ccb36fce2592e047c3282975ff (diff) |
Revert "Remove dmenumon variable"
This reverts commit c2b748e7931e5f28984efc236f9b1a212dbc65e8.
Revert back this change. It seems to not be an edge-case anymore since
multiple users have asked about this new behaviour now.
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1639,6 +1639,8 @@ sigchld(int unused) void spawn(const Arg *arg) { + if (arg->v == dmenucmd) + dmenumon[0] = '0' + selmon->num; if (fork() == 0) { if (dpy) close(ConnectionNumber(dpy)); |