Updated compton configuration
This commit is contained in:
parent
226690288e
commit
81697c2a88
@ -234,16 +234,15 @@ sw-opti = false;
|
|||||||
# focused
|
# focused
|
||||||
focus-exclude = [
|
focus-exclude = [
|
||||||
"class_g = 'mpv'"
|
"class_g = 'mpv'"
|
||||||
# "class_g = 'Cairo-clock'"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group
|
# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group
|
||||||
# focused at the same time
|
# 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
|
# Use WM_CLIENT_LEADER to group windows, and consider windows in the same group
|
||||||
# focused at the same time.
|
# focused at the same time.
|
||||||
# WM_TRANSIENT_FOR has a higher priority if --detect-transient is enabled, too.
|
# WM_TRANSIENT_FOR has a higher priority if --detect-transient is enabled, too.
|
||||||
detect-client-leader = true;
|
detect-client-leader = false;
|
||||||
|
|
||||||
|
|
||||||
invert-color-include = [ ];
|
invert-color-include = [ ];
|
||||||
|
Loading…
Reference in New Issue
Block a user