diff --git a/.config/compton.conf b/.config/compton.conf index 98514db..39dd18b 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -234,16 +234,15 @@ sw-opti = false; # focused focus-exclude = [ "class_g = 'mpv'" - # "class_g = 'Cairo-clock'" ]; # Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group # focused at the same time -detect-transient = true; +detect-transient = false; # Use WM_CLIENT_LEADER to group windows, and consider windows in the same group # focused at the same time. # WM_TRANSIENT_FOR has a higher priority if --detect-transient is enabled, too. -detect-client-leader = true; +detect-client-leader = false; invert-color-include = [ ];