diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 18:13:54 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 18:13:54 +0530 |
| commit | fbad3cce7ffacc6755e5ff33e8b3f6fd3280e053 (patch) | |
| tree | 36fe1ee71d5e4838344584f33010b428057a3dba /common/modules/terminal/ghostty.nix | |
| parent | 54471f0faf2697e55e01ed4a276de0cd921a7c30 (diff) | |
fix ghostty and alacritty config
Diffstat (limited to 'common/modules/terminal/ghostty.nix')
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix index 9c74e2a..ecada2b 100644 --- a/common/modules/terminal/ghostty.nix +++ b/common/modules/terminal/ghostty.nix @@ -26,6 +26,13 @@ in # alpha-blending = "linear"; window-padding-x = cfg.window.padding-x; window-padding-y = cfg.window.padding-y; + window-decoration = "none"; + window-inherit-working-directory = false; + + adjust-underline-position = "7%"; + adjust-cell-width = ""; + adjust-cell-height = ""; + adjust-font-baseline = ""; gtk-titlebar = false; gtk-single-instance = true; gtk-tabs-location = "bottom"; @@ -34,8 +41,6 @@ in copy-on-select = false; confirm-close-surface = false; mouse-hide-while-typing = true; - window-decoration = "none"; - window-inherit-working-directory = false; app-notifications = [ "no-clipboard-copy" "no-config-reload" |
