Alacritty: more reasonable font scale
This commit is contained in:
parent
ea507cd753
commit
6956bd824a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ in
|
||||||
scrolling.history = 3000;
|
scrolling.history = 3000;
|
||||||
font = {
|
font = {
|
||||||
normal.family = pkgs.rice.font.monospace.name;
|
normal.family = pkgs.rice.font.monospace.name;
|
||||||
size = pkgs.rice.font.monospace.size / 1.2; # Font size is broken
|
size = pkgs.rice.font.monospace.size / 1.5; # Font size is broken
|
||||||
};
|
};
|
||||||
window.opacity = pkgs.rice.opacity;
|
window.opacity = pkgs.rice.opacity;
|
||||||
mouse = {
|
mouse = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue