From df2e7925832b4ef1e853994b0ea952f54a3806b3 Mon Sep 17 00:00:00 2001 From: Naz Date: Wed, 15 Oct 2025 16:38:07 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20my=20own=20customizations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dwm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index c5e87ae..5781d0d 100644 --- a/dwm.c +++ b/dwm.c @@ -2023,8 +2023,6 @@ spawn(const Arg *arg) { struct sigaction sa; - if (arg->v == dmenucmd) - dmenumon[0] = '0' + selmon->num; if (fork() == 0) { if (dpy) close(ConnectionNumber(dpy)); -- cgit v1.2.3