[compton] Don't unredir
This causes flickering if I get notifications, and also tearing in some programs.
This commit is contained in:
parent
b79628ca8b
commit
5dab34789a
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ sw-opti = true;
|
||||||
# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
|
# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
|
||||||
# Known to cause flickering when redirecting/unredirecting windows.
|
# Known to cause flickering when redirecting/unredirecting windows.
|
||||||
# paint-on-overlay may make the flickering less obvious.
|
# paint-on-overlay may make the flickering less obvious.
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = false;
|
||||||
|
|
||||||
# Specify a list of conditions of windows that should always be considered focused.
|
# Specify a list of conditions of windows that should always be considered focused.
|
||||||
focus-exclude = [ ];
|
focus-exclude = [ ];
|
||||||
|
|
Loading…
Reference in a new issue