mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Default ghostty config
This commit is contained in:
27
config/ghostty/config
Normal file
27
config/ghostty/config
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Font configuration
|
||||||
|
font-family = CaskaydiaMono Nerd Font
|
||||||
|
font-size = 9
|
||||||
|
adjust-cell-height=7%
|
||||||
|
|
||||||
|
# Window settings
|
||||||
|
window-padding-x = 14
|
||||||
|
window-padding-y = 14
|
||||||
|
window-decoration = false
|
||||||
|
background-opacity = 0.98
|
||||||
|
|
||||||
|
# Window behavior
|
||||||
|
confirm-close-surface=false
|
||||||
|
resize-overlay = never
|
||||||
|
|
||||||
|
# Cursor stlying
|
||||||
|
cursor-style = "block"
|
||||||
|
cursor-style-blink = false
|
||||||
|
|
||||||
|
# Terminal settings
|
||||||
|
term = xterm-256color
|
||||||
|
|
||||||
|
# Keybindings
|
||||||
|
keybind = f11=toggle_fullscreen
|
||||||
|
|
||||||
|
# FIXME: Will need to change this theme out in a symlink
|
||||||
|
theme = "tokyonight"
|
Reference in New Issue
Block a user