diff --git a/config/ghostty/config b/config/ghostty/config index 418c49e..a46f41f 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -1,3 +1,9 @@ +# ------------------------------------------------------------------------------ +# General settings +# ------------------------------------------------------------------------------ + +auto-update-channel = tip + # ------------------------------------------------------------------------------ # Theme settings # ------------------------------------------------------------------------------ @@ -41,13 +47,13 @@ macos-titlebar-style = transparent macos-secure-input-indication = true macos-auto-secure-input = true -# notch padding: 14-inch@2704x1756 -# window-padding-y = 60,0 - # ------------------------------------------------------------------------------ # Cursor settings # ------------------------------------------------------------------------------ +cursor-style = block +shell-integration-features = no-cursor + mouse-hide-while-typing = true # ------------------------------------------------------------------------------ @@ -55,6 +61,11 @@ mouse-hide-while-typing = true # ------------------------------------------------------------------------------ window-padding-balance = true +window-step-resize = true + +# macOS notch padding: 14-inch@2704x1756 +# window-padding-y = 60,20 + # ------------------------------------------------------------------------------ # Keybindings diff --git a/config/ghostty/themes/tango-with-monokai b/config/ghostty/themes/tango-with-monokai index 9843a61..4defea6 100644 --- a/config/ghostty/themes/tango-with-monokai +++ b/config/ghostty/themes/tango-with-monokai @@ -16,6 +16,6 @@ palette = 14=#75cee3 palette = 15=#f5f5f5 background = 000000 foreground = ffffff -cursor-color = fffffe +cursor-color = D0D0D0 selection-background = 7499c7 selection-foreground = 000000