From d7d056ac50fe6192d6aa1236a7740597e666ee22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 19 Apr 2021 11:37:59 +0200 Subject: [PATCH] opacity TelegramDesktop, kitty --- .config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index b5ec6da..7370072 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -210,12 +210,12 @@ opacity-rule = [ "100:class_g = 'slop'", # maim "100:class_g = 'XTerm'", "100:class_g = 'URxvt'", - "100:class_g = 'kitty'", + "90:class_g = 'kitty'", "100:class_g = 'Alacritty'", "80:class_g = 'Polybar'", "100:class_g = 'code-oss'", "100:class_g = 'Meld'", - "70:class_g = 'TelegramDesktop'", + "90:class_g = 'TelegramDesktop'", "90:class_g = 'Joplin'", "100:class_g = 'firefox'", "100:class_g = 'Thunderbird'",