From 757a8eb53de15124a149f2c9e13ec64f07c100a9 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 28 Feb 2021 13:58:17 +0100 Subject: Added python startup script to avoid writting python interpretor hisotry in ~/.python_history --- config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 2bf8d19..55da493 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -39,7 +39,7 @@ c.url.searchengines = { } -c.fonts.default_family = ['Fira Mono', 'Baekmuk'] +c.fonts.default_family = ['Fira Mono', 'Baekmuk', 'Symbola'] c.fonts.hints = 'bold 11pt default_family' c.hints.chars = 'asdfghjkl;' # use key in the main row for hints -- cgit