From f1d30adc192df38fe8f6cd50cb2eae048789459b Mon Sep 17 00:00:00 2001 From: beeb5k Date: Wed, 17 Jun 2026 13:23:43 +0530 Subject: Niri config stuff and enable eyecandy and make ghostty default term --- common/modules/terminal/ghostty.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'common/modules/terminal/ghostty.nix') 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" + # ]; }; }; }; -- cgit v1.3.1