File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ blur-background-exclude = [
142142# Fade windows during opacity changes.
143143fading = 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).
147147fade-in-step = 0.03;
148148# Opacity change between steps while fading out. (default 0.03).
149149fade-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.
154154fade-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.
208208focus-exclude = [ ];
You can’t perform that action at this time.
0 commit comments