mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 09:21:59 +01:00
43255bbbe8
It works on Wayland and X11 and acts as a complement to margin. Exact behavior is as follows: - If width factor is 0, width minus margin is used. - If width multiplied by factor is greater than width minus margin, width minus is used. (so margin may be used to make sure that bemenu is at least N pixels away from the view border) - Otherwise width multiplied by factor is used. I think it's fine to disable warnings about floating point numbers comparision. We don't do any arithmetics on them anyway, so we can't suffer from inaccuracy. |
||
---|---|---|
.. | ||
3rdparty | ||
renderers | ||
bemenu.h | ||
filter.c | ||
internal.h | ||
item.c | ||
library.c | ||
list.c | ||
menu.c | ||
util.c |