Browse Source

fix incorrect comment, math is hard

master
Hiltjo Posthuma 3 years ago
parent
commit
fe5d5c6709
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c View File

@ -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 */


Loading…
Cancel
Save