diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-18 13:14:55 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-18 13:14:55 +0300 |
commit | f35f43c2ce2ed7f72f3b0aa4446df706f24f1701 (patch) | |
tree | 32356040f20be67499a8bfe70db48cb760e7b9cc /dotfiles/.config/qutebrowser/config.py | |
parent | ea15e5cf8953ab6511839be797fadfc9da2c2964 (diff) | |
download | swayrice-f35f43c2ce2ed7f72f3b0aa4446df706f24f1701.tar.gz swayrice-f35f43c2ce2ed7f72f3b0aa4446df706f24f1701.zip |
Switch to Alacritty terminal emulator
Updated some other configs and scripts to better interact with
Alacritty.
Also rely on fontconfig file, instead of specifying the font in each
config (i.e. use font family 'monospace').
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 e950d6a..68cc74b 100644 --- a/dotfiles/.config/qutebrowser/config.py +++ b/dotfiles/.config/qutebrowser/config.py @@ -44,7 +44,7 @@ c.url.default_page = "https://srx.yaroslavps.com" c.url.start_pages = "https://srx.yaroslavps.com" ## Default fonts -c.fonts.default_family = ["BlexMono Nerd Font Mono", "DejaVu Sans Mono"] +c.fonts.default_size = "12pt" ## Background color of the completion widget category headers. ## Type: QssColor |