summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-09-21 03:52:06 +0300
committertsxv478 <vt0451@yandex.ru>2022-09-21 03:52:06 +0300
commitace5e7d02c42cdd39a5cbfe019580db1cb44cc78 (patch)
tree9a70feda54df494fb84b2873e236dd4249fc387e
parent27692ca057da9cc48b3c32b83586e0778594399b (diff)
20% input width
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 980d3cf..0a5fee2 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -695,7 +695,7 @@ setup(void)
mw = wa.width;
}
}
- inputw = mw / 4; /* input width: 25% of monitor width */
+ inputw = mw / 5; /* input width: 20% of monitor width */
match();
/* create menu window */