summaryrefslogtreecommitdiffstats
path: root/.config/compton/compton.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/compton/compton.conf')
-rw-r--r--.config/compton/compton.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf
index dcdaab8..dabb503 100644
--- a/.config/compton/compton.conf
+++ b/.config/compton/compton.conf
@@ -23,7 +23,7 @@ shadow-exclude = [
23# Opacity 23# Opacity
24inactive-opacity = 0.95; 24inactive-opacity = 0.95;
25# active-opacity = 0.8; 25# active-opacity = 0.8;
26frame-opacity = 0.7; 26frame-opacity = 1.0;
27inactive-opacity-override = false; 27inactive-opacity-override = false;
28inactive-dim = 0.0; 28inactive-dim = 0.0;
29# inactive-dim-fixed = true; 29# inactive-dim-fixed = true;
@@ -61,7 +61,7 @@ mark-ovredir-focused = true;
61detect-rounded-corners = true; 61detect-rounded-corners = true;
62detect-client-opacity = true; 62detect-client-opacity = true;
63refresh-rate = 0; 63refresh-rate = 0;
64vsync = "none"; 64vsync = true;
65# sw-opti = true; 65# sw-opti = true;
66# unredir-if-possible = true; 66# unredir-if-possible = true;
67# unredir-if-possible-delay = 5000; 67# unredir-if-possible-delay = 5000;
@@ -75,7 +75,7 @@ invert-color-include = [ ];
75# GLX backend 75# GLX backend
76# glx-no-stencil = true; 76# glx-no-stencil = true;
77# glx-no-rebind-pixmap = true; 77# glx-no-rebind-pixmap = true;
78glx-swap-method = "undefined"; 78# glx-swap-method = "undefined";
79# glx-use-gpushader4 = true; 79# glx-use-gpushader4 = true;
80# xrender-sync = true; 80# xrender-sync = true;
81# xrender-sync-fence = true; 81# xrender-sync-fence = true;