Small font size in alacritty for linux

main
xenia 2023-10-29 19:30:44 +01:00
parent cf349f4554
commit efdb559c2f
1 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,8 @@ case $CHOICE in
;;
esac";
font-size = if pkgs.stdenv.isLinux then 8 else 15;
base-cfg = {
window = {
padding.x = 0;
@ -50,7 +52,7 @@ esac";
mouse.hide_when_typing = true;
font = {
normal.family = "SAX2";
size = 15;
size = font-size;
};
colors.primary = {
background = "#282828";