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 -