summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2026-01-20 13:27:09 +0100
committerNaz <ndpm13@ch-naseem.com>2026-01-20 13:34:10 +0100
commit71af4d877b2ec983ea95ffdfa36670944f11f5e5 (patch)
tree5f746fe6e9d3819230948617eaa7310266423c14 /dwm.c
parent14481059b265a57302add3dc26fcb58ef83ed694 (diff)
feat: add my own customizations
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 71d9da6..d22a381 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));