From 48ea1aab6c60a6453de2913440fba2b668b6ec9d Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sat, 28 Dec 2024 12:33:53 -0500 Subject: [PATCH] initial commit --- config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config diff --git a/config b/config new file mode 100644 index 0000000..1223664 --- /dev/null +++ b/config @@ -0,0 +1,15 @@ +theme = tokyonight +font-family = FiraCode +font-size = 11 +background-opacity = 0.95 +background-blur-radius = 20 +window-decoration = false +# https://ghostty.org/docs/config/reference#font-feature +# Currently needs each one on a separate line, and doesn't support individual font settings +font-feature = +zero +font-feature = +ss02 +font-feature = +ss03 +font-feature = +cv14 +clipboard-paste-protection = false +keybind = ctrl+alt+-=new_split:down +keybind = ctrl+alt+\=new_split:right