mirror of
https://github.com/Cloudef/bemenu
synced 2025-02-15 14:16:50 +00:00
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. |
||
---|---|---|
.. | ||
common | ||
bemenu-run.c | ||
bemenu.c |