Updated compton configuration

This commit is contained in:
Lucien Cartier-Tilet 2019-12-28 22:20:46 +01:00
parent 226690288e
commit 81697c2a88
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 3 deletions

View File

@ -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 = [ ];