diff options
author | Amin Bandali <amin@aminb.org> | 2017-12-28 01:45:04 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-12-28 01:45:04 -0500 |
commit | d294b87b39e2e0d165872aaf947b4a5146e9b397 (patch) | |
tree | 8d682dd8145a0c0c87bd3f1a52b5ccfec43895b8 /compton | |
parent | af0337b09f4ff2d7f4d2ad4c376b85efb4dd1a13 (diff) | |
download | configs-d294b87b39e2e0d165872aaf947b4a5146e9b397.tar.gz configs-d294b87b39e2e0d165872aaf947b4a5146e9b397.tar.xz configs-d294b87b39e2e0d165872aaf947b4a5146e9b397.zip |
compton: make it more stable
Diffstat (limited to 'compton')
-rw-r--r-- | compton/.config/compton.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 7229696..6f1fb25 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -65,7 +65,7 @@ dbe = false; # Enable DBE painting mode. Rarely needed. paint-on-overlay = true; # Painting on X Composite overlay window. Recommended. sw-opti = false; # Limit compton to repaint at most once every 1 / refresh_rate. # Incompatible with certain VSync methods. -unredir-if-possible = true; # Unredirect all windows if a full-screen opaque window is +unredir-if-possible = false; # Unredirect all windows if a full-screen opaque window is # detected, to maximize performance for full-screen windows. focus-exclude = [ ]; # A list of conditions of windows that should always be considered # focused. @@ -79,7 +79,7 @@ glx-no-stencil = true; # Recommended. glx-copy-from-front = false; # Useful with --glx-swap-method, # glx-use-copysubbuffermesa = true; # Recommended if it works. Breaks VSync. # glx-no-rebind-pixmap = true; # Recommended if it works. -glx-swap-method = "3"; # See man page. +glx-swap-method = "4"; # See man page. # Window type settings wintypes: |