diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 18d6b91..a24433d 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -50,3 +50,7 @@ c.content.notifications.enabled = False c.content.cookies.accept = "never" c.content.private_browsing = False +# History disable +c.completion.web_history.max_items = 0 +c.completion.cmd_history_max_items = 0 +