From fd1a6870995c33ec08954a7c54a98a575a8766ac Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 30 Jul 2021 11:45:57 +0200 Subject: [PATCH] changed opacity rules --- .config/picom/picom.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index e51d956..f614ea0 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -197,12 +197,8 @@ opacity-rule = [ "100:fullscreen", "80:class_g = 'Bar'", # lemonbar "100:class_g = 'slop'", # maim - "90:class_g = 'kitty' && focused", - "85:class_g = 'kitty' && !focused", - "100:class_g = 'Alacritty'", "80:class_g = 'Polybar'", - "100:class_g = 'firefox' && focused", - "95:class_g = 'firefox' && !focused", + "95:class_g = 'firefox' && !focused" ];