From 0a9fca06478a7381207b0d33242377d34d119e0a Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 19 Jul 2025 01:04:05 +0100 Subject: replace dmenucmd with dmenu_run, make termcmd actually use 'TERMINAL' constant --- dwm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index bfad20c..110f76e 100644 --- a/dwm.c +++ b/dwm.c @@ -1627,8 +1627,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