From c6debfb499da3fb14ee3d1f2ab7cb5212fca11f4 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sat, 11 Jul 2020 08:27:23 +0200 Subject: [PATCH] Remove transparency for firefox --- dotfiles/compton.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/compton.conf b/dotfiles/compton.conf index a964dc4..82ccc24 100644 --- a/dotfiles/compton.conf +++ b/dotfiles/compton.conf @@ -12,6 +12,7 @@ shadow-offset-y = -7; # shadow-blue = 0.0; shadow-exclude = [ "name = 'Notification'", + "class_g = 'Firefox'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", @@ -66,7 +67,7 @@ paint-on-overlay = true; # unredir-if-possible = true; # unredir-if-possible-delay = 5000; # unredir-if-possible-exclude = [ ]; -focus-exclude = [ "class_g = 'Cairo-clock'" ]; +focus-exclude = [ "class_g = 'Firefox'" ]; detect-transient = true; detect-client-leader = true; invert-color-include = [ ];