From 81697c2a880ba917b72f771e87595f9a712335e6 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 28 Dec 2019 22:20:46 +0100 Subject: [PATCH] Updated compton configuration --- .config/compton.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 = [ ];