diff --git a/.config/picom.conf b/.config/picom.conf index 9460e10..632ad28 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -168,7 +168,7 @@ detect-client-opacity = true; # Specify refresh rate of the screen. # If not specified or 0, compton will try detecting this with X RandR extension. -refresh-rate = 0; +refresh-rate = 144; # Vertical synchronization: match the refresh rate of the monitor vsync = true; @@ -184,7 +184,7 @@ dbe = false; # 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. -unredir-if-possible = false; +unredir-if-possible = true; # Specify a list of conditions of windows that should always be considered focused. focus-exclude = [ ];