diff options
Diffstat (limited to 'common/modules/terminal')
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 12 |
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" + # ]; }; }; }; |
