diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-19 01:04:05 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-19 01:04:05 +0100 |
| commit | 0a9fca06478a7381207b0d33242377d34d119e0a (patch) | |
| tree | 146d50db6b53516c1fe3c674d049cba006237733 /dwm.c | |
| parent | 938ab65e2f650ccfbe44af954367bfe46295388e (diff) | |
replace dmenucmd with dmenu_run, make termcmd actually use 'TERMINAL' constant
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)); |
