diff --git a/.config/aerospace/aerospace.toml b/.config/aerospace/aerospace.toml index a96913c..7d1b9bc 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -173,6 +173,11 @@ if.during-aerospace-startup = true run = 'move-node-to-workspace 1' # Terminal workspace +[[on-window-detected]] +if.app-id = 'com.mitchellh.ghostty' +if.during-aerospace-startup = true +run = 'move-node-to-workspace 2' + [[on-window-detected]] if.app-id = 'org.alacritty' if.during-aerospace-startup = true diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..6324aac --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,41 @@ +theme = light:rose-pine-dawn,dark:rose-pine-moon +# FIXME: https://github.com/mbadolato/iTerm2-Color-Schemes/issues/442 +# green +palette = 2=#286983 +palette = 10=#286983 +# blue +palette = 4=#56949f +palette = 12=#56949f +selection-background = #dfdad9 + +shell-integration-features = no-cursor + +cursor-style = "block" +cursor-style-blink = true +cursor-color = #b4637a +cursor-opacity = 0.6 + +font-family = "JetBrainsMono Nerd Font" +# font-style depends on the font's features +font-style = "Regular" +font-style-bold = "Bold" +font-style-italic = "Italic" +font-style-bold-italic = "Bold Italic" +# Disable programming ligatures +font-feature = "-calt" +font-size = 17 +# Reduce letter spacing +adjust-cell-width = -8% +adjust-cell-height = -1 + +window-padding-x = 8 +window-padding-y = 4 +window-decoration = false + +window-colorspace = display-p3 + +# custom-shader = /Users/oliver.ladner/.config/ghostty/shaders/ghostty-shaders/just-snow.glsl +# custom-shader = /Users/oliver.ladner/.config/ghostty/shaders/ghostty-shaders/retro-terminal.glsl +# custom-shader = /Users/oliver.ladner/.config/ghostty/shaders/ghostty-shaders/cubes.glsl + +auto-update = off diff --git a/.config/ghostty/shaders/ghostty-shaders b/.config/ghostty/shaders/ghostty-shaders new file mode 160000 index 0000000..fd31bd4 --- /dev/null +++ b/.config/ghostty/shaders/ghostty-shaders @@ -0,0 +1 @@ +Subproject commit fd31bd4211784f1e199091bccd080092ae27cf35