summaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-09-21 03:18:09 +0300
committertsxv478 <vt0451@yandex.ru>2022-09-21 03:18:09 +0300
commit6eadd6785a89591469b3c6b5660af79952f22322 (patch)
tree2567e7007857c74574622204a06c1a0bcd671302 /dmenu.c
parente1e2658b9cb60ce2b0572e034982a860504e0c2a (diff)
smaller input width
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 57b8849..3afa794 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -704,7 +704,7 @@ setup(void)
mw = wa.width;
}
}
- inputw = mw / 3; /* input width: ~33% of monitor width */
+ inputw = mw / 4; /* input width: 25% of monitor width */
match();
/* create menu window */