]> gitweb.fluxo.info Git - rhatto/dotfiles/qutebrowser.git/commitdiff
Fix: config updates master
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Jul 2024 00:19:36 +0000 (21:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Jul 2024 00:19:36 +0000 (21:19 -0300)
config.dot/qutebrowser/config.py.link

index 0c04669eabae6be4e3b55e835bdd9130a3053306..ff6027ff165cae83f59e439cad662c6b64e7533b 100644 (file)
@@ -4,8 +4,9 @@
 ##   qute://help/settings.html
 
 ## This is here so configs done via the GUI are still loaded.
 ##   qute://help/settings.html
 
 ## This is here so configs done via the GUI are still loaded.
-## Remove it to not load settings done via the GUI.
+## Passe False to not load settings done via the GUI.
 # config.load_autoconfig()
 # config.load_autoconfig()
+config.load_autoconfig(False)
 
 ## Aliases for commands. The keys of the given dictionary are the
 ## aliases, while the values are the commands they map to.
 
 ## Aliases for commands. The keys of the given dictionary are the
 ## aliases, while the values are the commands they map to.
@@ -878,7 +879,7 @@ c.content.webgl = False
 ## setting, it's replaced with the fonts listed here.
 ## Type: Font
 # c.fonts.monospace = '"xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal'
 ## setting, it's replaced with the fonts listed here.
 ## Type: Font
 # c.fonts.monospace = '"xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal'
-c.fonts.monospace = '"Inconsolata for Powerline", "xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal'
+#c.fonts.monospace = '"Inconsolata for Powerline", "xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal'
 
 ## Font used for prompts.
 ## Type: Font
 
 ## Font used for prompts.
 ## Type: Font