diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-16 15:52:06 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-16 15:52:06 -0400 |
commit | 149b29f1d745f8da7ed0da386282e61ae5057af2 (patch) | |
tree | ca6a68ac110126b88241270542ccbbb70814b735 /compton | |
parent | c650ad3754c4226be05c7fc46d20e6e8c46781b5 (diff) | |
download | configs-149b29f1d745f8da7ed0da386282e61ae5057af2.tar.gz configs-149b29f1d745f8da7ed0da386282e61ae5057af2.tar.xz configs-149b29f1d745f8da7ed0da386282e61ae5057af2.zip |
terrible commit message incoming: many changes
Diffstat (limited to 'compton')
-rw-r--r-- | compton/.config/compton.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 6f1fb25..9c2e2b7 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -79,6 +79,8 @@ 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-no-rebind-pixmap = true; # Recommended if it works. +#glx-swap-method = "4"; # See man page. glx-swap-method = "4"; # See man page. # Window type settings |