ghostty: reduce font size a bit
This commit is contained in:
parent
81f036c147
commit
0b6313671c
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
package = inputs.ghostty.packages.${pkgs.system}.default;
|
package = inputs.ghostty.packages.${pkgs.system}.default;
|
||||||
settings = {
|
settings = {
|
||||||
font-size = 14;
|
font-size = 12.5;
|
||||||
font-family = "TX-02";
|
font-family = "TX-02";
|
||||||
font-family-bold-italic = "Monaspace Xenon";
|
font-family-bold-italic = "Monaspace Xenon";
|
||||||
font-style-bold = "Bold";
|
font-style-bold = "Bold";
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
gtk-single-instance = true;
|
gtk-single-instance = true;
|
||||||
gtk-tabs-location = "hidden";
|
gtk-tabs-location = "hidden";
|
||||||
gtk-titlebar = false;
|
gtk-titlebar = false;
|
||||||
window-padding-x = 12;
|
window-padding-x = 0;
|
||||||
window-padding-y = 0;
|
window-padding-y = 0;
|
||||||
window-padding-balance = true;
|
window-padding-balance = true;
|
||||||
window-padding-color = "extend";
|
window-padding-color = "extend";
|
||||||
|
|
Loading…
Reference in a new issue