1
0
mirror of https://github.com/tiyn/dwm.git synced 2026-01-02 07:29:47 +01:00

remove unneeded code of terminal and dmenu

This commit is contained in:
2023-10-26 06:08:32 +02:00
parent dd78bfd8a9
commit 6255476d24
2 changed files with 0 additions and 7 deletions

2
dwm.c
View File

@@ -2091,8 +2091,6 @@ sigdwmblocks(const Arg *arg)
void
spawn(const Arg *arg)
{
if (arg->v == dmenucmd)
dmenumon[0] = '0' + selmon->num;
if (fork() == 0) {
if (dpy)
close(ConnectionNumber(dpy));