summaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-21 03:18:09 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-21 03:18:09 +0300
commit23c51849dc3e38f7ce05eb196f57b53d164a45e3 (patch)
tree2567e7007857c74574622204a06c1a0bcd671302 /dmenu.c
parent42965fbac2b6b5414b444fdbfe2871803d1223c8 (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 */