diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-28 13:58:17 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-28 13:58:17 +0100 |
| commit | 757a8eb53de15124a149f2c9e13ec64f07c100a9 (patch) | |
| tree | 7f63c6117e0ee0b329cecbec0390f10e18206b4f /config/qutebrowser | |
| parent | d7f0a32d7c5f6935c08f9c4adcab76c1fdc16c78 (diff) | |
| download | dotfiles-757a8eb53de15124a149f2c9e13ec64f07c100a9.tar.gz dotfiles-757a8eb53de15124a149f2c9e13ec64f07c100a9.tar.bz2 dotfiles-757a8eb53de15124a149f2c9e13ec64f07c100a9.zip | |
Added python startup script to avoid writting python interpretor hisotry in ~/.python_history
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
