diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-11 13:36:32 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-01-11 20:20:26 +0100 |
| commit | f32a39bd3e572fffa48ee9d99eede8ea9bd34705 (patch) | |
| tree | ba8750d74d8ea6fdeb25c82004537f0f60a45354 /dwm.c | |
| parent | bb6d5e0b220dfcb8449bced1cfc0b56c36b192ff (diff) | |
feat: add my own customizations
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2132,8 +2132,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)); |
