From f1104e25b5f6a2387a796a89efb92dfe95d4fe81 Mon Sep 17 00:00:00 2001 From: Naz Date: Mon, 12 Jan 2026 18:36:40 +0100 Subject: feat: add my own customizations --- dwm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index bde54cb..a88f3e4 100644 --- a/dwm.c +++ b/dwm.c @@ -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 -- cgit v1.2.3