summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/compton/compton.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf
index dabb503..51979a6 100644
--- a/.config/compton/compton.conf
+++ b/.config/compton/compton.conf
@@ -54,15 +54,16 @@ fade-out-step = 0.03;
54fade-exclude = [ ]; 54fade-exclude = [ ];
55 55
56# Other 56# Other
57backend = "xrender"; 57backend = "glx";
58mark-wmwin-focused = true; 58mark-wmwin-focused = true;
59mark-ovredir-focused = true; 59mark-ovredir-focused = true;
60# use-ewmh-active-win = true; 60# use-ewmh-active-win = true;
61detect-rounded-corners = true; 61detect-rounded-corners = true;
62detect-client-opacity = true; 62detect-client-opacity = true;
63refresh-rate = 0; 63refresh-rate = 0;
64vsync = true; 64vsync = "opengl-swc";
65# sw-opti = true; 65paint-on-overlay = true;
66sw-opti = false;
66# unredir-if-possible = true; 67# unredir-if-possible = true;
67# unredir-if-possible-delay = 5000; 68# unredir-if-possible-delay = 5000;
68# unredir-if-possible-exclude = [ ]; 69# unredir-if-possible-exclude = [ ];
@@ -73,13 +74,14 @@ invert-color-include = [ ];
73# resize-damage = 1; 74# resize-damage = 1;
74 75
75# GLX backend 76# GLX backend
76# glx-no-stencil = true; 77glx-no-stencil = true;
78glx-copy-from-front = false;
79glx-swap-method = "undefined";
77# glx-no-rebind-pixmap = true; 80# glx-no-rebind-pixmap = true;
78# glx-swap-method = "undefined"; 81# glx-swap-method = "undefined";
79# glx-use-gpushader4 = true; 82# glx-use-gpushader4 = true;
80# xrender-sync = true; 83# xrender-sync = true;
81# xrender-sync-fence = true; 84# xrender-sync-fence = true;
82
83# Window type settings 85# Window type settings
84wintypes: 86wintypes:
85{ 87{