summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-08 17:49:03 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-08 18:14:35 +0200
commit4bdbdea0946b78d92c3adbb43d03375d1aad63c9 (patch)
treeb2e10ec9266a53e315a9c8a36fa948d5003e11a7 /doc
parent353bb19cd5e69548f979421d6078f2ea85ad8451 (diff)
downloadqutebrowser-4bdbdea0946b78d92c3adbb43d03375d1aad63c9.tar.gz
qutebrowser-4bdbdea0946b78d92c3adbb43d03375d1aad63c9.zip
Revert all prefix-related commits.
This reverts commits 02a64630aa83e37e47a28a60366e1c65f0eba3ac to 4ff204aecc96d77209a18594a14da96af703c43f.
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 1d017790a..e747b0d75 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3971,7 +3971,7 @@ Default: +pass:[always]+
=== statusbar.widgets
List of widgets displayed in the statusbar.
-Type: <<types,List of PrefixOrString>>
+Type: <<types,List of String>>
Valid values:
@@ -3983,10 +3983,6 @@ Valid values:
* +keypress+: Display pressed keys when composing a vi command.
* +progress+: Progress bar for the current page loading.
-Valid prefixes (separator is +:+):
-
- * +text+: A text widget. Add your own text as content.
-
Default:
- +pass:[keypress]+
@@ -4595,9 +4591,6 @@ When setting from a string, pass a json-like list, e.g. `["one", "two"]`.
|Perc|A percentage.
|PercOrInt|Percentage or integer.
|Position|The position of the tab bar.
-|PrefixOrString|A Widget for the status bar.
-
-Allows some predefined widgets and custom text-widgets via text:$CONTENT.
|Proxy|A proxy URL, or `system`/`none`.
|QssColor|A color value supporting gradients.