Make sure qutebrowser uses a monospace font

This commit is contained in:
Charlotte Van Petegem 2021-10-16 15:25:02 +02:00
parent fb914c0f1f
commit 87e738f956
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -56,6 +56,10 @@
pdfjs = true;
};
editor.command = [ "${config.chvp.base.emacs.package}/bin/emacsclient" "-c" "+{line}:{column}" "{file}" ];
fonts = {
default_family = "Fira Code";
default_size = "9pt";
};
url.default_page = "about:blank";
window.hide_decoration = true;
};