dotfiles

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

commit 2bb5869d6ef01d4a77cb4e22dd585341b84acdfb
parent 8c974b6ee0ddb8c6fee9a553e95c0207c15889de
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 27 Nov 2023 23:36:04 +0000

unbind {book,quick}mark :fire: switch back to ddg

Diffstat:
Mqutebrowser/.config/qutebrowser/config.py | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py @@ -101,6 +101,10 @@ config.set('content.javascript.enabled', True, 'qute://*/*') # - ask config.set('content.notifications.enabled', False, 'https://www.reddit.com') +# unbind bookmark and quickmark +config.unbind('m') +config.unbind('M') + # Number of commands to save in the command history. 0: no history / -1: # unlimited # Type: Int @@ -187,7 +191,7 @@ c.url.default_page = 'https://start.pyratebeard.net' # used by prepending the search engine name to the search term, e.g. # `:open google qutebrowser`. # Type: Dict -c.url.searchengines = {'DEFAULT': 'https://qwant.com/?q={}'} +c.url.searchengines = {'DEFAULT': 'https://ddg.gg/?q={}'} # Page(s) to open at the start. # Type: List of FuzzyUrl, or FuzzyUrl