movestack patch

This commit is contained in:
Sravan Balaji
2020-11-23 23:41:19 -05:00
parent 3eb84701d7
commit 1bdfed1d0d
6 changed files with 207 additions and 58 deletions

2
dwm.c
View File

@@ -1921,8 +1921,6 @@ 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));