Update: remove deprecated and default set values from compton.conf
This commit is contained in:
@ -1,28 +1,19 @@
|
||||
# Shadow
|
||||
shadow = true;
|
||||
no-dnd-shadow = true;
|
||||
no-dock-shadow = true;
|
||||
shadow-radius = 7;
|
||||
shadow-offset-x = -7;
|
||||
shadow-offset-y = -7;
|
||||
shadow-opacity = 0.60;
|
||||
|
||||
# Opacity
|
||||
menu-opacity = 1.0;
|
||||
inactive-opacity = 1.0;
|
||||
active-opacity = 1.0;
|
||||
inactive-opacity-override = false;
|
||||
|
||||
# Fade
|
||||
fading = true;
|
||||
fade-delta = 8.0;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.028;
|
||||
alpha-step = 0.06;
|
||||
|
||||
# Backend
|
||||
backend = "xrender";
|
||||
vsync = "none";
|
||||
backend = "xrender";
|
||||
mark-wmwin-focused = true;
|
||||
unredir-if-possible = true;
|
||||
detect-rounded-corners = true;
|
||||
|
Reference in New Issue
Block a user