qutebrowser | add default font sizes
This commit is contained in:
parent
255f560727
commit
8e42a5a4de
1 changed files with 9 additions and 0 deletions
|
|
@ -247,6 +247,15 @@
|
|||
command = ["${pkgs.foot}/bin/foot" "-e" "ranger" "--choosefile={}"];
|
||||
};
|
||||
};
|
||||
fonts = {
|
||||
default_size = "12px";
|
||||
web = {
|
||||
size = {
|
||||
default = 24;
|
||||
default_fixed = 20;
|
||||
};
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
workarounds = {remove_service_workers = true;};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue