diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-21 03:18:09 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-21 03:18:09 +0300 |
commit | 23c51849dc3e38f7ce05eb196f57b53d164a45e3 (patch) | |
tree | 2567e7007857c74574622204a06c1a0bcd671302 /dmenu.c | |
parent | 42965fbac2b6b5414b444fdbfe2871803d1223c8 (diff) |
smaller input width
Diffstat (limited to 'dmenu.c')
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |