mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
parent
9ab2059865
commit
8817b6a602
2 changed files with 9 additions and 0 deletions
|
@ -655,6 +655,12 @@ It supports the following operations:
|
||||||
\fB\fCmin\fR : Minimum of l or rvalue;
|
\fB\fCmin\fR : Minimum of l or rvalue;
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
\fB\fCmax\fR : Maximum of l or rvalue;
|
\fB\fCmax\fR : Maximum of l or rvalue;
|
||||||
|
.IP \(bu 2
|
||||||
|
\fB\fCfloor\fR : Round down lvalue to the next multiple of rvalue
|
||||||
|
.IP \(bu 2
|
||||||
|
\fB\fCceil\fR : Round up lvalue to the next multiple of rvalue
|
||||||
|
.IP \(bu 2
|
||||||
|
\fB\fCround\fR : Round lvalue to the next multiple of rvalue
|
||||||
|
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
|
|
@ -409,6 +409,9 @@ It supports the following operations:
|
||||||
* `%` : Multiply
|
* `%` : Multiply
|
||||||
* `min` : Minimum of l or rvalue;
|
* `min` : Minimum of l or rvalue;
|
||||||
* `max` : Maximum of l or rvalue;
|
* `max` : Maximum of l or rvalue;
|
||||||
|
* `floor` : Round down lvalue to the next multiple of rvalue
|
||||||
|
* `ceil` : Round up lvalue to the next multiple of rvalue
|
||||||
|
* `round` : Round lvalue to the next multiple of rvalue
|
||||||
|
|
||||||
It uses the C precedence ordering.
|
It uses the C precedence ordering.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue