summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDavid Kosorin <david@kosorin.net>2022-10-03 19:13:22 +0200
committerGitHub <noreply@github.com>2022-10-03 19:13:22 +0200
commitb3c46d2d5ac11c7f9f7fb27c4bf81996985ca367 (patch)
treeccfb76ab0766e531c2eb60fed78e692b8abe11b0 /doc/rofi.1.markdown
parent95fe682939f7cda466ce48aec0c68c2e384e7796 (diff)
Add format option to disable padding with space the "window-format" entries (#1715)
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index ac2dbc02..9cff8e6c 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -572,7 +572,7 @@ Format what is being displayed for windows.
* **r**: role
* **c**: class
-*len*: maximum field length (0 for auto-size). If length and window *width* are negative, field length is *width - len*.
+*len*: maximum field length (0 for auto-size). If length is negative, the entry will be unchanged.
If length is positive, the entry will be truncated or padded to fill that length.