From e51404f42bd45dc6d5ee0442afb2ec8f97e5d297 Mon Sep 17 00:00:00 2001 From: Fernando Araoz Date: Thu, 16 Jan 2025 16:52:41 -0500 Subject: [PATCH] feat: config for ghostty --- config/foot/foot.ini | 2 +- config/ghostty/config | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 config/ghostty/config diff --git a/config/foot/foot.ini b/config/foot/foot.ini index 40b4940..fd50f62 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -183,7 +183,7 @@ font=IosevkaTermSlab Nerd Font:size=12 # spawn-terminal=Control+Shift+n # minimize=none # maximize=none -# fullscreen=none +fullscreen=F11 # pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-selected=[xargs -r firefox] none diff --git a/config/ghostty/config b/config/ghostty/config new file mode 100644 index 0000000..7d97264 --- /dev/null +++ b/config/ghostty/config @@ -0,0 +1,6 @@ +font-family = "IosevkaTermSlab Nerd Font" +font-size = 12 + +theme = light:Adwaita,dark:Adwaita Dark +fullscreen = true +window-decoration = false