diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-05-26 13:12:33 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-05-26 13:12:33 +0200 |
| commit | 1953b447ce51d48c658dcfef6ea5957b1a5bd062 (patch) | |
| tree | dd59abe2546f61f5e5803de88287d42c7a2b159b /config/qutebrowser/config.py | |
| parent | e5872009f0870f4ea2ca8786149f7c92229f5d00 (diff) | |
| parent | dcf96c41cd3897a073b67735095dec5502a14cb0 (diff) | |
| download | dotfiles-1953b447ce51d48c658dcfef6ea5957b1a5bd062.tar.gz dotfiles-1953b447ce51d48c658dcfef6ea5957b1a5bd062.tar.bz2 dotfiles-1953b447ce51d48c658dcfef6ea5957b1a5bd062.zip | |
Merge branch 'master' of cacharle.xyz:/srv/git/dotfiles
Diffstat (limited to 'config/qutebrowser/config.py')
| -rw-r--r-- | config/qutebrowser/config.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 269a38c..a6778d9 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -44,7 +44,8 @@ config.bind("<Command-Return>", "config-cycle window.hide_decoration true false" c.fonts.default_family = ["Fira Mono", "Baekmuk", "Noto Color Emoji", "Symbola"] c.fonts.hints = "bold 11pt default_family" if platform.system() == 'Darwin': - c.fonts.default_size = '13pt' + c.fonts.default_family = ["FiraCode Nerd Font Mono", "FiraMono"] + c.fonts.default_size = "13pt" c.fonts.hints = "bold 12pt default_family" c.hints.chars = "asdfghjkl;" # use key in the main row for hints @@ -438,6 +439,3 @@ c.colors.tabs.selected.even.bg = base05 # Background color for webpages if unset (or empty to use the theme"s # color). c.colors.webpage.bg = base00 - -# vim:TSBufDisable highlight -# vim:LspStop |
