From: Tucker Johnson Date: Sat, 31 May 2025 12:16:35 +0000 (-0400) Subject: qutebrowser history decullter X-Git-Url: https://git.newer.systems/?a=commitdiff_plain;h=26e26484ecbef021df36cf3cadc88a5c75bcc35b;p=.config.git qutebrowser history decullter --- diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index e7f4f5c..8077a4b 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -12,5 +12,8 @@ settings: M: hint links spawn mpv {hint-url} completion.cmd_history_max_items: global: 0 + content.javascript.clipboard: + https://chatgpt.com: access-paste + https://www.google.com: access-paste content.register_protocol_handler: https://mail.google.com?extsrc=mailto&url=%25s: false diff --git a/qutebrowser/config.py b/qutebrowser/config.py index da1b4d3..9db15b3 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -15,7 +15,7 @@ c.url.searchengines = { '!gh': 'https://github.com/search?o=desc&q={}&s=stars', } -c.completion.open_categories = ['searchengines', 'quickmarks', 'bookmarks', 'history', 'filesystem'] +c.completion.open_categories = ['searchengines', 'quickmarks', 'bookmarks', 'filesystem'] config.load_autoconfig() # load settings done via the gui