aboutsummaryrefslogtreecommitdiff
path: root/.config/compton.conf
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-04-07 06:14:38 -0400
committertdro <tdro@users.noreply.github.com>2019-04-07 06:14:38 -0400
commitfd9344669e9117b04bd85565e2d5794b6e678131 (patch)
treef68304e225493c78bf4b2f99bd836ff071dcf51a /.config/compton.conf
parent16585432efb731a6eede7152eb13e4cceeb5ae10 (diff)
downloaddotfiles-fd9344669e9117b04bd85565e2d5794b6e678131.tar.gz
dotfiles-fd9344669e9117b04bd85565e2d5794b6e678131.tar.bz2
dotfiles-fd9344669e9117b04bd85565e2d5794b6e678131.zip
compton: Remove deprecated options
Diffstat (limited to '.config/compton.conf')
-rw-r--r--.config/compton.conf19
1 files changed, 5 insertions, 14 deletions
diff --git a/.config/compton.conf b/.config/compton.conf
index f69041e..fbca762 100644
--- a/.config/compton.conf
+++ b/.config/compton.conf
@@ -1,26 +1,17 @@
# Compton configuration
-
shadow = false;
mark-wmwin-focused = true;
-mark-ovredir-focused = true;
use-ewmh-active-win = true;
+mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
detect-client-leader = true;
-
-refresh-rate = 0;
-vsync = "opengl";
-paint-on-overlay = true;
-sw-opti = true;
-unredir-if-possible = true;
-
-
# GLX backend
-
+vsync = true;
+refresh-rate = 0;
backend = "xrender";
glx-no-stencil = true;
-glx-copy-from-front = false;
-glx-use-copysubbuffermesa = true;
+unredir-if-possible = true;
glx-no-rebind-pixmap = true;
-glx-swap-method = "undefined";
+glx-copy-from-front = false;