diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml new file mode 100644 index 0000000000000000000000000000000000000000..8a1d789af0bb7e172a908634a2a86f6ac6dc1282 --- /dev/null +++ b/.config/qutebrowser/autoconfig.yml @@ -0,0 +1,12 @@ +# If a config.py file exists, this file is ignored unless it's explicitly loaded +# via config.load_autoconfig(). For more information, see: +# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml +# DO NOT edit this file by hand, qutebrowser will overwrite it. +# Instead, create a config.py - see :help for details. + +config_version: 2 +settings: + auto_save.session: + global: true + url.start_pages: + global: https://startpage.com/ diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 175a96916320a98165e04b36059d7409d77b83d6..94b2b0943e92f19e55a98ba81482a96f8818f4de 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -63,6 +63,8 @@ c.url.searchengines = {'DEFAULT': 'https://startpage.com/do/search?query={}'} c.aliases = {'w': 'session-save', 'q': 'quit', 'wq': 'quit --save'} +# Import autoconfig +config.load_autoconfig() # Key bindings