diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-10-15 16:38:07 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-10-15 16:44:00 +0100 |
| commit | df2e7925832b4ef1e853994b0ea952f54a3806b3 (patch) | |
| tree | 33c0624156060bd3fb6f433cc94d17751a24b90f /dwm.c | |
| parent | 9af4c2957939aa4b7864a04115c10262f9762a7d (diff) | |
✨feat: add my own customizations6.6-custom.1
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)); |
