This commit is contained in:
odd-dwm 2022-08-31 10:40:56 +05:30
parent 0b7e0c6bcb
commit e1584ea031
1 changed files with 0 additions and 3 deletions

3
dwm.c
View File

@ -1691,12 +1691,9 @@ sigchld(int unused)
void
spawn(const Arg *arg)
{
<<<<<<< HEAD
=======
if (arg->v == dmenucmd)
dmenumon[0] = '0' + selmon->num;
selmon->tagset[selmon->seltags] &= ~scratchtag;
>>>>>>> 3080dd7 (scratchpad patch)
if (fork() == 0) {
if (dpy)
close(ConnectionNumber(dpy));