Updated compton configuration
This commit is contained in:
parent
226690288e
commit
81697c2a88
@ -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 = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user