Skip to content

Instantly share code, notes, and snippets.

@corbindavenport
Created March 12, 2026 23:42
Show Gist options
  • Select an option

  • Save corbindavenport/2d33a967ab56421592a8902c6c41702f to your computer and use it in GitHub Desktop.

Select an option

Save corbindavenport/2d33a967ab56421592a8902c6c41702f to your computer and use it in GitHub Desktop.
Ghostty configuration
# 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