Created
March 12, 2026 23:42
-
-
Save corbindavenport/2d33a967ab56421592a8902c6c41702f to your computer and use it in GitHub Desktop.
Ghostty configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Config for Ghostty: https://ghostty.org/ | |
| # Paste this in the config from Ghostty > Settings | |
| theme = dark:Catppuccin Frappe,light:Catppuccin Latte | |
| background-opacity = 0.8 | |
| background-blur = true | |
| notify-on-command-finish = unfocused | |
| notify-on-command-finish-action = bell,notify | |
| notify-on-command-finish-after = 20s | |
| window-padding-x = 10 | |
| window-padding-y = 10 | |
| # PowerShell shortcut | |
| command-palette-entry = title:"Start PowerShell",description:"Start a PowerShell session.",action:"text:pwsh\n" | |
| # iperf3 shortcut | |
| command-palette-entry = title:"Start a Speed Test",action:"text:iperf3 -c 192.168.50.100 -p 7575\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment