diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-20 13:27:09 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-01-20 13:34:10 +0100 |
| commit | 71af4d877b2ec983ea95ffdfa36670944f11f5e5 (patch) | |
| tree | 5f746fe6e9d3819230948617eaa7310266423c14 /dwm.c | |
| parent | 14481059b265a57302add3dc26fcb58ef83ed694 (diff) | |
feat: add my own customizations
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2134,8 +2134,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)); |
