Make sure qutebrowser uses a monospace font
This commit is contained in:
parent
fb914c0f1f
commit
87e738f956
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue