summaryrefslogtreecommitdiff
path: root/common/modules/terminal/ghostty.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-17 13:23:43 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-17 13:23:43 +0530
commitf1d30adc192df38fe8f6cd50cb2eae048789459b (patch)
tree687f4b25e544779a89a986d626d9eaf2acdc9284 /common/modules/terminal/ghostty.nix
parent69d65e07cd5f88175db7a47011ee862480567eae (diff)
Niri config stuff and enable eyecandy and make ghostty default term
Diffstat (limited to 'common/modules/terminal/ghostty.nix')
-rw-r--r--common/modules/terminal/ghostty.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix
index ecada2b..fa18ae6 100644
--- a/common/modules/terminal/ghostty.nix
+++ b/common/modules/terminal/ghostty.nix
@@ -28,6 +28,9 @@ in
window-padding-y = cfg.window.padding-y;
window-decoration = "none";
window-inherit-working-directory = false;
+ cursor-style-blink = false;
+ cursor-style = "block";
+ shell-integration-features = "no-cursor";
adjust-underline-position = "7%";
adjust-cell-width = "";
@@ -41,10 +44,11 @@ in
copy-on-select = false;
confirm-close-surface = false;
mouse-hide-while-typing = true;
- app-notifications = [
- "no-clipboard-copy"
- "no-config-reload"
- ];
+ app-notifications = false;
+ # app-notifications = [
+ # "no-clipboard-copy"
+ # "no-config-reload"
+ # ];
};
};
};