fixes some ghostty things
This commit is contained in:
parent
ac77b03795
commit
5e4fb1d23d
1 changed files with 5 additions and 4 deletions
|
|
@ -5,11 +5,12 @@
|
||||||
package = null;
|
package = null;
|
||||||
settings = {
|
settings = {
|
||||||
font-size = 15;
|
font-size = 15;
|
||||||
font-family = "VictorMono Nerd Font";
|
font-family = "Victor Mono";
|
||||||
font-variation-bold = "wght=500";
|
font-style = "SemiBold";
|
||||||
background-opacity = 0.945;
|
background-opacity = 0.945;
|
||||||
window-padding-x = 0;
|
window-padding-x = 12;
|
||||||
window-padding-y = 0;
|
window-padding-y = 12;
|
||||||
|
window-padding-balance = true;
|
||||||
window-inherit-working-directory = true;
|
window-inherit-working-directory = true;
|
||||||
window-theme = "ghostty";
|
window-theme = "ghostty";
|
||||||
shell-integration-features = true;
|
shell-integration-features = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue