commit fe5d5c6709a77ac5d554e26dda76a67df68618ae from: Hiltjo Posthuma date: Sat Apr 30 11:19:33 2022 UTC fix incorrect comment, math is hard commit - e1e1de7b3b8399cba90ddca9613f837b2dbef7b9 commit + fe5d5c6709a77ac5d554e26dda76a67df68618ae blob - 4e286cf05c59c643b24a0316f354aa5ad45851ce blob + 571bc35580148ab97f4c5fbef861bd2e542b201c --- dmenu.c +++ 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 */