summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-01-19 18:56:23 +0100
committerDave Davenport <qball@blame.services>2022-01-19 18:56:45 +0100
commit8817b6a602bdf8be30f4da62128f79b7039d09a5 (patch)
tree0322e80068d093bbcb26d9ea61b517f8fa39982e /doc/rofi-theme.5.markdown
parent9ab20598654d24f2ab1a367d7fd9f9525b560cf0 (diff)
[Doc] Add floor,ceil,round to manpage.
Fixes: #1569
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 2d7ef660..40398f72 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -409,6 +409,9 @@ It supports the following operations:
* `%` : Multiply
* `min` : Minimum 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.