dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 4fcdbe0826abc43ee75cf682cf99530b8e9112e6
parent e5873083f0fcff7738811d92e3f8a1d761880e29
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 29 Jun 2017 22:09:44 +0100

auto-open completion and show autocompletion window to false

Diffstat:
Mqutebrowser/.config/qutebrowser/qutebrowser.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qutebrowser/.config/qutebrowser/qutebrowser.conf b/qutebrowser/.config/qutebrowser/qutebrowser.conf @@ -430,10 +430,10 @@ custom-headers = # scrollbar-padding (Int): # Padding of scrollbar handle in completion window (in px). # Default: 2 -auto-open = true +auto-open = false download-path-suggestion = path timestamp-format = %Y-%m-%d -show = true +show = false height = 50% cmd-history-max-items = 100 web-history-max-items = 1000