summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-19 01:04:05 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-19 01:04:05 +0100
commit0a9fca06478a7381207b0d33242377d34d119e0a (patch)
tree146d50db6b53516c1fe3c674d049cba006237733 /dwm.c
parent938ab65e2f650ccfbe44af954367bfe46295388e (diff)
replace dmenucmd with dmenu_run, make termcmd actually use 'TERMINAL' constant
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 0 insertions, 2 deletions
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));