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:29:01 +0100 |
| commit | e0fda2c5cfaa81f5453b4917684751083322577b (patch) | |
| tree | 5f746fe6e9d3819230948617eaa7310266423c14 /dwm.c | |
| parent | f9ac585e31e00f18a4c7c926780a8956195c0210 (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)); |
