diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-02-07 00:18:42 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-02-07 00:18:42 +0300 |
commit | 7c364bf5b138c43d13b92b4b4517033a35509655 (patch) | |
tree | 7aefebf35809c01b072b207edfea04cf5eda3882 /dotfiles/.config/qutebrowser/config.py | |
parent | 278311cc16be7b3857634ec8c76b28442d4f31e9 (diff) | |
download | swayrice-7c364bf5b138c43d13b92b4b4517033a35509655.tar.gz swayrice-7c364bf5b138c43d13b92b4b4517033a35509655.zip |
update qutebrowser config
Diffstat (limited to 'dotfiles/.config/qutebrowser/config.py')
-rw-r--r-- | dotfiles/.config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py index 3c4c25b..f327f83 100644 --- a/dotfiles/.config/qutebrowser/config.py +++ b/dotfiles/.config/qutebrowser/config.py @@ -21,7 +21,7 @@ ultramar = { } ## Default monospace fonts -c.fonts.monospace = '"BlexMono Nerd Font Mono", "DejaVu Sans Mono"' +c.fonts.default_family = ["BlexMono Nerd Font Mono", "DejaVu Sans Mono"] ## Background color of the completion widget category headers. ## Type: QssColor |