this repo has no description

new: add ghostty configuration

Changed files
+34
ghostty
.config
ghostty
+34
ghostty/.config/ghostty/config
···
+
# aesthetics
+
font-family = "Berkeley Mono"
+
font-family-bold = "Berkeley Mono"
+
font-family-italic = "Berkeley Mono"
+
font-family-bold-italic = "Berkeley Mono"
+
+
font-size = 16
+
+
theme = catppuccin-mocha
+
background-opacity = 0.9
+
unfocused-split-opacity = 0.95
+
+
shell-integration = fish
+
+
cursor-opacity = 1
+
cursor-style = bar
+
cursor-style-blink = true
+
+
window-padding-x = 8
+
window-padding-y = 8
+
+
window-decoration = false
+
gtk-adwaita = false
+
+
# disable popup for resizing
+
resize-overlay = never
+
+
# configs
+
scrollback-limit = 10000
+
+
focus-follows-mouse = true
+
clipboard-read = allow
+
clipboard-write = allow
+
clipboard-trim-trailing-spaces = true