diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-20 13:27:09 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-06-27 16:11:40 +0100 |
| commit | c5c01385fbe245deff9252d53c065319450851f2 (patch) | |
| tree | ff78b6768bbab15a38e82987ff23ffb623507e30 /dwm.c | |
| parent | 2faf9bef59414cdb48bbbb160b5a61cde4a199a3 (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)); |
