diff options
author | Yigit Sever | 2019-05-22 00:26:09 +0300 |
---|---|---|
committer | Yigit Sever | 2019-05-22 00:26:09 +0300 |
commit | c62abf53f7359cb756039c9d2c3893799bf1d38a (patch) | |
tree | b1931cc476aa7855857f6d689d9e9e66aa05bd08 /.config | |
parent | d1bd1163aaa8ff8668b08632f3501e5041b568e5 (diff) | |
download | dotfiles-c62abf53f7359cb756039c9d2c3893799bf1d38a.tar.gz dotfiles-c62abf53f7359cb756039c9d2c3893799bf1d38a.tar.bz2 dotfiles-c62abf53f7359cb756039c9d2c3893799bf1d38a.zip |
Solves screentearing, might fry machines
Diffstat (limited to '.config')
-rw-r--r-- | .config/compton/compton.conf | 12 |
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; | |||
54 | fade-exclude = [ ]; | 54 | fade-exclude = [ ]; |
55 | 55 | ||
56 | # Other | 56 | # Other |
57 | backend = "xrender"; | 57 | backend = "glx"; |
58 | mark-wmwin-focused = true; | 58 | mark-wmwin-focused = true; |
59 | mark-ovredir-focused = true; | 59 | mark-ovredir-focused = true; |
60 | # use-ewmh-active-win = true; | 60 | # use-ewmh-active-win = 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 = true; | 64 | vsync = "opengl-swc"; |
65 | # sw-opti = true; | 65 | paint-on-overlay = true; |
66 | sw-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; | 77 | glx-no-stencil = true; |
78 | glx-copy-from-front = false; | ||
79 | glx-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 |
84 | wintypes: | 86 | wintypes: |
85 | { | 87 | { |