summaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu.c')
-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 */