From 4a1d1dfcaa610367f617365f7d9a6b5aae512ddd Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 8 Jan 2025 15:52:56 +0100 Subject: [PATCH] reluctantly started ghostty config after realising that `zutty` does indeed not like nerd fonts.. --- ghostty/.config/ghostty/config | 6 ++++++ picom/.config/picom.conf | 1 + xresources/.Xresources | 8 -------- 3 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 ghostty/.config/ghostty/config delete mode 100644 xresources/.Xresources diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config new file mode 100644 index 0000000..bec82d6 --- /dev/null +++ b/ghostty/.config/ghostty/config @@ -0,0 +1,6 @@ +window-decoration = false + +font-family = JetBrainsMono Nerd Font +font-size = 14.0 + +background-opacity = 1.0 diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 6028554..e17a413 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -17,6 +17,7 @@ opacity-rule = [ "90:class_g = 'Alacritty'", "90:class_g = 'Kitty'", "90:class_g = 'Zutty'", + "90:class_g = 'com.mitchellh.ghostty'", "85:class_g = 'Polybar'", "95:class_g = 'SpeedCrunch'", ]; diff --git a/xresources/.Xresources b/xresources/.Xresources deleted file mode 100644 index 9220e79..0000000 --- a/xresources/.Xresources +++ /dev/null @@ -1,8 +0,0 @@ - -! settings for `zutty` -Zutty.altScroll: true - -Zutty.font: JetBrainsMonoNerdFont -Zutty.bg: #0C0C18 -Zutty.fg: #D8D8D8 -