Introduction
Introduction Statistics Contact Development Disclaimer Help
fix incorrect comment, math is hard - dmenu - dynamic menu
git clone git://git.suckless.org/dmenu
Log
Files
Refs
README
LICENSE
---
commit fe5d5c6709a77ac5d554e26dda76a67df68618ae
parent e1e1de7b3b8399cba90ddca9613f837b2dbef7b9
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 30 Apr 2022 13:19:33 +0200
fix incorrect comment, math is hard
Diffstat:
M dmenu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dmenu.c b/dmenu.c
@@ -673,7 +673,7 @@ setup(void)
mw = wa.width;
}
promptw = (prompt && *prompt) ? TEXTW(prompt) - lrpad / 4 : 0;
- inputw = mw / 3; /* input width: ~30% of monitor width */
+ inputw = mw / 3; /* input width: ~33% of monitor width */
match();
/* create menu window */
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.