summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 107ef85a..20a14677 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -698,9 +698,24 @@ Message can be multi-line.
### File browser settings
-`-filebrowser-directory` *directory*
+File browser behavior can be controlled via the following options:
-Directory the file browser starts in.
+```css
+configuration {
+ filebrowser {
+ /** Directory the file browser starts in. */
+ directory: "/some/directory";
+ /**
+ * Sorting method. Can be set to:
+ * - "name"
+ * - "mtime" (modification time)
+ * - "atime" (access time)
+ * - "ctime" (change time)
+ */
+ sorting-method: "name";
+ }
+}
+```
### Other