[READ-ONLY] Mirror of https://github.com/plttn/dotfiles.
0

Configure Feed

Select the types of activity you want to include in your feed.

Add .config/ghostty/config.ghostty

Jack Platten (Apr 5, 2026, 7:52 AM -0700) 4e4c1282 8dbd3b46

+30
+30
private_dot_config/ghostty/config.ghostty
··· 1 + theme = Monokai Pro 2 + font-size = 12 3 + font-family = Berkeley Mono 4 + 5 + # Disable ligatures 6 + # font-feature = -calt 7 + # font-feature = -liga 8 + # font-feature = -dlig 9 + # Config generated by Ghostty Config 10 + 11 + # window-padding-x = 5 12 + # window-padding-y = 5 13 + window-height = 32 14 + window-width = 105 15 + 16 + mouse-hide-while-typing = true 17 + 18 + background-opacity = .7 19 + background-blur = macos-glass-regular 20 + # background-blur-radius = 20 21 + #keybind = alt+left=unbind 22 + #keybind = alt+right=unbind 23 + 24 + macos-option-as-alt = true 25 + macos-auto-secure-input 26 + macos-titlebar-style = transparent 27 + shell-integration-features = sudo,ssh-terminfo,ssh-env 28 + shell-integration = fish 29 + keybind = global:cmd+quote=toggle_quick_terminal 30 +