summaryrefslogtreecommitdiff
path: root/common/modules/terminal
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/terminal')
-rw-r--r--common/modules/terminal/foot.nix2
-rw-r--r--common/modules/terminal/ghostty.nix6
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";