diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-05 18:52:36 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-05 18:52:36 +0200 |
commit | 39be75d92fa7f31b8697ecba1f8711f4fcb59cfc (patch) | |
tree | e2ee9c3ee0a87c55a16fa7877f79a21b67cb0206 /.config/picom/picom.conf | |
parent | 31d195fa0e95ba643e524d44ac609037f0d85fe3 (diff) |
...
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r-- | .config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index fb5ee93..a305f2d 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -67,7 +67,7 @@ detect-client-opacity = true; # Specify refresh rate of the screen. # If not specified or 0, picom will try detecting this with X RandR extension. -refresh-rate = 144; +refresh-rate = 0; # 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. |