Skip to content

Commit decfa63

Browse files
committed
Compton: Activate slight fading animation
1 parent af1b05e commit decfa63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.config/compton.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ blur-background-exclude = [
142142
# Fade windows during opacity changes.
143143
fading = true;
144144
# The time between steps in a fade in milliseconds. (default 10).
145-
fade-delta = 15;
145+
fade-delta = 5;
146146
# Opacity change between steps while fading in. (default 0.028).
147147
fade-in-step = 0.03;
148148
# Opacity change between steps while fading out. (default 0.03).
149149
fade-out-step = 0.03;
150150
# Fade windows in/out when opening/closing
151-
no-fading-openclose = true;
151+
no-fading-openclose = false;
152152

153153
# Specify a list of conditions of windows that should not be faded.
154154
fade-exclude = [ ];
@@ -202,7 +202,7 @@ sw-opti = true;
202202
# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
203203
# Known to cause flickering when redirecting/unredirecting windows.
204204
# paint-on-overlay may make the flickering less obvious.
205-
unredir-if-possible = true;
205+
unredir-if-possible = false;
206206

207207
# Specify a list of conditions of windows that should always be considered focused.
208208
focus-exclude = [ ];

0 commit comments

Comments
 (0)