summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-08-23 17:46:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-23 17:46:56 +0200
commit6195cfabdbd78d283ea0451fc2668a76b8c2f58e (patch)
tree9f6005e93e71e445489dd9e571521a2c50e0634c
parent0c3aa86c074aa213ee052f48a0b436ab2d198a6c (diff)
downloadqutebrowser-6195cfabdbd78d283ea0451fc2668a76b8c2f58e.tar.gz
qutebrowser-6195cfabdbd78d283ea0451fc2668a76b8c2f58e.zip
Update docs
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/settings.asciidoc17
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index a30f85dc8..38782b42f 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -35,6 +35,8 @@ Added
- New `content.javascript.log_message.excludes` setting, which allows to exclude
certain messages from the `content.javascript.log_message.levels` setting
described above.
+- New `tabs.title.elide` setting to configure where text should be elided
+ (replaced by `…`) in tab titles when space runs out.
- New `--quiet` switch for `:back` and `:forward`, to suppress the error message
about already being at beginning/end of history.
- New `qute-1pass` userscript using the 1password commandline to fill
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 17c14b601..93c43cd8b 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -338,6 +338,7 @@
|<<tabs.show_switching_delay,tabs.show_switching_delay>>|Duration (in milliseconds) to show the tab bar before hiding it when tabs.show is set to 'switching'.
|<<tabs.tabs_are_windows,tabs.tabs_are_windows>>|Open a new window for every tab.
|<<tabs.title.alignment,tabs.title.alignment>>|Alignment of the text inside of tabs.
+|<<tabs.title.elide,tabs.title.elide>>|Position of ellipsis in truncated title of tabs.
|<<tabs.title.format,tabs.title.format>>|Format to use for the tab title.
|<<tabs.title.format_pinned,tabs.title.format_pinned>>|Format to use for the tab title for pinned tabs. The same placeholders like for `tabs.title.format` are defined.
|<<tabs.tooltips,tabs.tooltips>>|Show tooltips on tabs.
@@ -4481,6 +4482,21 @@ Valid values:
Default: +pass:[left]+
+[[tabs.title.elide]]
+=== tabs.title.elide
+Position of ellipsis in truncated title of tabs.
+
+Type: <<types,ElidePosition>>
+
+Valid values:
+
+ * +left+
+ * +right+
+ * +middle+
+ * +none+
+
+Default: +pass:[right]+
+
[[tabs.title.format]]
=== tabs.title.format
Format to use for the tab title.
@@ -4762,6 +4778,7 @@ When setting from a string, `1`, `yes`, `on` and `true` count as true, while `0`
When setting from a string, pass a json-like dict, e.g. `{"key", "value"}`.
|Directory|A directory on the local filesystem.
+|ElidePosition|Position of ellipsis in truncated text.
|Encoding|Setting for a python encoding.
|File|A file on the local filesystem.
|FlagList|A list of flags.