From f35f43c2ce2ed7f72f3b0aa4446df706f24f1701 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 18 Sep 2020 13:14:55 +0300 Subject: 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'). --- dotfiles/.config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.config/qutebrowser') 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 -- cgit v1.2.3