diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 21:19:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 21:19:36 -0300 |
commit | a27a6f2dcd12eff916c8620d29469bf90eb6de0b (patch) | |
tree | 1b6f15603db1c2ed24e08e8ab9edd972ed0b2edf | |
parent | 71c94191e9036bfeb890d4791d7b3357abcd9efe (diff) | |
download | qutebrowser-a27a6f2dcd12eff916c8620d29469bf90eb6de0b.tar.gz qutebrowser-a27a6f2dcd12eff916c8620d29469bf90eb6de0b.tar.bz2 |
-rw-r--r-- | config.dot/qutebrowser/config.py.link | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.dot/qutebrowser/config.py.link b/config.dot/qutebrowser/config.py.link index 0c04669..ff6027f 100644 --- a/config.dot/qutebrowser/config.py.link +++ b/config.dot/qutebrowser/config.py.link @@ -4,8 +4,9 @@ ## 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(False) ## 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' -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 |