mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
added ghostty config
This commit is contained in:
@@ -16,20 +16,8 @@ after-startup-command = [
|
||||
# JankyBorders has a built-in detection of already running process,
|
||||
# so it won't be run twice on AeroSpace restart
|
||||
'exec-and-forget borders',
|
||||
{% if YADM_HOSTNAME != "ALLOCATE-Y3HW9MWW2D" -%}
|
||||
'exec-and-forget sketchybar',
|
||||
{% endif -%}
|
||||
]
|
||||
|
||||
{% if YADM_HOSTNAME != "ALLOCATE-Y3HW9MWW2D" -%}
|
||||
# Notify Sketchybar about workspace change
|
||||
exec-on-workspace-change = [
|
||||
'/bin/bash',
|
||||
'-c',
|
||||
'sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE',
|
||||
]
|
||||
{% endif -%}
|
||||
|
||||
# Start AeroSpace at login
|
||||
start-at-login = true
|
||||
|
||||
|
||||
25
.config/ghostty/config
Normal file
25
.config/ghostty/config
Normal file
@@ -0,0 +1,25 @@
|
||||
#~~~~~~~~~~~~~~~~~~~~~~~#
|
||||
# Ghostty configuration #
|
||||
#~~~~~~~~~~~~~~~~~~~~~~~#
|
||||
|
||||
# vim: set filetype=dosini:
|
||||
|
||||
theme = catppuccin-mocha
|
||||
font-family = "Iosevka NFM"
|
||||
font-thicken = false
|
||||
font-size = 14
|
||||
# macos-option-as-alt = true
|
||||
bold-is-bright = false
|
||||
clipboard-read = allow
|
||||
clipboard-write = allow
|
||||
window-colorspace = srgb
|
||||
background-blur-radius = 20
|
||||
background-opacity = 0.95
|
||||
# custom-shader = ./shaders/bettercrt.glsl
|
||||
# custom-shader = ./shaders/tft.glsl
|
||||
# custom-shader = ./shaders/glitchy.glsl
|
||||
# custom-shader-animation = true
|
||||
|
||||
# Keyboard
|
||||
macos-option-as-alt = true
|
||||
keybind = global:ctrl+shift+grave_accent=toggle_quick_terminal
|
||||
Reference in New Issue
Block a user