summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi-theme.5')
-rw-r--r--doc/rofi-theme.56
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 098a7013..780ceadb 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -655,6 +655,12 @@ It supports the following operations:
\fB\fCmin\fR : Minimum of l or rvalue;
.IP \(bu 2
\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