diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-12 18:36:40 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-01-20 10:54:18 +0100 |
| commit | f70b224b3ad5db57eca13481ac245d3c74db8cb6 (patch) | |
| tree | 1b8eb2b04c5f8f7a2db363fddf4a538052409a36 /dwm.c | |
| parent | a3cf7f8a83edf056d164b740dc34769409a33f97 (diff) | |
feat: add my own customizations
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 4 |
1 files changed, 1 insertions, 3 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)); @@ -2724,8 +2722,8 @@ view(const Arg *arg) selmon->sellt = selmon->pertag->sellts[selmon->pertag->curtag]; selmon->lt[selmon->sellt] = selmon->pertag->ltidxs[selmon->pertag->curtag][selmon->sellt]; selmon->lt[selmon->sellt^1] = selmon->pertag->ltidxs[selmon->pertag->curtag][selmon->sellt^1]; - focus(NULL); arrange(selmon); + focus(NULL); } pid_t |
