summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 7b7d73db..2817545a 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -997,12 +997,18 @@ It supports the following keys as constraint:
* `min-height`: load when height is bigger then value.
* `max-height`: load when height is smaller then value.
* `min-aspect-ratio` load when aspect ratio is over value.
- * `max-aspect_ratio`: load when aspect ratio is under value.
+ * `max-aspect-ratio`: load when aspect ratio is under value.
* `monitor-id`: The monitor id, see rofi -help for id's.
-@media takes an integer number or a fraction.
+@media takes an integer number or a fraction, for integer number `px` can be added.
+```
+@media ( min-width: 120 px ) {
+
+}
+```
+
## Multiple file handling
The rasi file format offers two methods of including other files.