diff options
-rw-r--r-- | .config/compton/compton.conf | 6 |
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 |
24 | inactive-opacity = 0.95; | 24 | inactive-opacity = 0.95; |
25 | # active-opacity = 0.8; | 25 | # active-opacity = 0.8; |
26 | frame-opacity = 0.7; | 26 | frame-opacity = 1.0; |
27 | inactive-opacity-override = false; | 27 | inactive-opacity-override = false; |
28 | inactive-dim = 0.0; | 28 | inactive-dim = 0.0; |
29 | # inactive-dim-fixed = true; | 29 | # inactive-dim-fixed = true; |
@@ -61,7 +61,7 @@ mark-ovredir-focused = true; | |||
61 | detect-rounded-corners = true; | 61 | detect-rounded-corners = true; |
62 | detect-client-opacity = true; | 62 | detect-client-opacity = true; |
63 | refresh-rate = 0; | 63 | refresh-rate = 0; |
64 | vsync = "none"; | 64 | vsync = 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; |
78 | glx-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; |