Compton: Don't unredir fullscreen windows anymore
I have a toggle for the compositor that I use anyway because Compton doesn't have multimonitor support
This commit is contained in:
parent
d56e3c505e
commit
429fd3c99e
@ -91,7 +91,7 @@ dbe = false;
|
|||||||
# 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 New Issue
Block a user