diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 02:51:59 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 02:51:59 +0530 |
| commit | 47bc39d25a359c94e9a139be9d453a05694ef341 (patch) | |
| tree | cd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /common/modules/terminal | |
| parent | f1d30adc192df38fe8f6cd50cb2eae048789459b (diff) | |
Font and cursor
Diffstat (limited to 'common/modules/terminal')
| -rw-r--r-- | common/modules/terminal/foot.nix | 2 | ||||
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix index 7603776..3317bf0 100644 --- a/common/modules/terminal/foot.nix +++ b/common/modules/terminal/foot.nix @@ -26,7 +26,7 @@ in horizontal-letter-offset = 0; underline-offset = 2; - pad = "${toString cfg.window.padding-x}x${toString cfg.window.padding-y} center"; + pad = "${toString cfg.window.padding-x}x${toString cfg.window.padding-y}"; font = "${cfg.font.family}:size=${toString cfg.font.size}"; dpi-aware = "no"; diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix index fa18ae6..4ca4384 100644 --- a/common/modules/terminal/ghostty.nix +++ b/common/modules/terminal/ghostty.nix @@ -33,9 +33,9 @@ in shell-integration-features = "no-cursor"; adjust-underline-position = "7%"; - adjust-cell-width = ""; - adjust-cell-height = ""; - adjust-font-baseline = ""; + # adjust-cell-width = ""; + # adjust-cell-height = ""; + # adjust-font-baseline = ""; gtk-titlebar = false; gtk-single-instance = true; gtk-tabs-location = "bottom"; |
