summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-27 15:25:16 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-27 15:25:16 +0100
commitf290999913e4c98105b6823fb21bcf82c374c011 (patch)
tree6d100231d2babafef334e904635f8859f9a00bec
parent432f7b87a31285c90dbb8957311db7da5a94da52 (diff)
downloadqutebrowser-f290999913e4c98105b6823fb21bcf82c374c011.tar.gz
qutebrowser-f290999913e4c98105b6823fb21bcf82c374c011.zip
Display messages for longer
See #5999, #6022
-rw-r--r--doc/changelog.asciidoc1
-rw-r--r--doc/help/settings.asciidoc2
-rw-r--r--qutebrowser/config/configdata.yml2
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index c900cdde6..064baffd2 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -148,6 +148,7 @@ Changed
changed from `gl` and `gr` to `gK` and `gJ`, to be consistent with the tab
switching bindings.
* The text color for warning messages is now black instead of white, for increased contrast and thus readability.
+ * The default timeout for messages is now raised from 2s to 3s.
- On the first start, the history completion database is regenerated to remove
a few problematic entries (such as long `qute://pdfjs` URLs). This might take
a couple of minutes, but is a one-time operation. This should result in a
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 6047f6501..67541c16b 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3468,7 +3468,7 @@ Set to 0 to never clear messages.
Type: <<types,Int>>
-Default: +pass:[2000]+
+Default: +pass:[3000]+
[[new_instance_open_target]]
=== new_instance_open_target
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index f8de6eff0..e39193165 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1621,7 +1621,7 @@ messages.timeout:
type:
name: Int
minval: 0
- default: 2000
+ default: 3000
desc: >-
Duration (in milliseconds) to show messages in the statusbar for.