From 867fdf0cbc6ea85368d9e06677adc9c50b62feb6 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 13 Sep 2024 00:26:39 +0200 Subject: [PATCH] ghostty: set background opacity --- .config/ghostty/config.cgt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/ghostty/config.cgt b/.config/ghostty/config.cgt index 687fb33..40f1091 100644 --- a/.config/ghostty/config.cgt +++ b/.config/ghostty/config.cgt @@ -1,7 +1,7 @@ font-family = "<% opt.term_font %>" -# Broken thanks to GNOME's influence in the Linux desktop ecosystem (thanks!) -#background-opacity = 0.8 +# Translucent Background +background-opacity = 0.8 # Disable useless GTK bar gtk-titlebar = false