mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Ghostty will only use the last `shell-integration-features` line found in the config, so multiple options need to be presented as a comma-separated list. Including them on separate lines meant that only the `ssh-env` option was getting set, causing the `no-cursor` option to be ignored. This prevented the cursor from going into the `block` style.
28 lines
643 B
Plaintext
28 lines
643 B
Plaintext
# Dynamic theme colors
|
|
config-file = ?"~/.config/omarchy/current/theme/ghostty.conf"
|
|
|
|
# Font
|
|
font-family = "CaskaydiaMono Nerd Font"
|
|
font-style = Regular
|
|
font-size = 9
|
|
|
|
# Window
|
|
window-theme = ghostty
|
|
window-padding-x = 14
|
|
window-padding-y = 14
|
|
confirm-close-surface=false
|
|
resize-overlay = never
|
|
gtk-toolbar-style = flat
|
|
|
|
# Cursor styling
|
|
cursor-style = "block"
|
|
cursor-style-blink = false
|
|
|
|
# Cursor styling + SSH session terminfo
|
|
# (all shell integration options must be passed together)
|
|
shell-integration-features = no-cursor,ssh-env
|
|
|
|
# Keyboard bindings
|
|
keybind = shift+insert=paste_from_clipboard
|
|
keybind = control+insert=copy_to_clipboard
|