From 30c76bfd0f9d6bb185ebcc6d8b90d720945cde39 Mon Sep 17 00:00:00 2001 From: sudacode Date: Thu, 13 Mar 2025 13:42:07 -0700 Subject: [PATCH] initial commit --- config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config diff --git a/config b/config new file mode 100644 index 0000000..453bfee --- /dev/null +++ b/config @@ -0,0 +1,20 @@ +font-family = JetBrainsMono Nerd Font +window-title-font-family = JetBrainsMono Nerd Font +font-size = 12 +font-feature = +calt +font-feature = +liga +font-feature = +dlig +theme = catppuccin-macchiato +cursor-style = block +window-padding-x = 10 +window-padding-y = 10 +window-decoration = false +window-height = 46 +window-width = 180 +confirm-close-surface = false +copy-on-select = clipboard +app-notifications = no-clipboard-copy +keybind = all:ctrl+enter=unbind +keybind = all:ctrl+shift+j=next_tab +keybind = all:ctrl+shift+k=last_tab +keybind = all:ctrl+grave_accent=toggle_quick_terminal