diff options
| author | Yigit Sever | 2020-10-29 13:09:52 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-10-29 13:09:52 +0300 |
| commit | 1232870903cba8bf6187724d5032852a53fe09b1 (patch) | |
| tree | 3786946f8b1b4b73ed802492a2ef72f44245785a | |
| parent | 5f7b3e9eae874ac8f06a2a1c89c9ec6f9b3c27b1 (diff) | |
| download | dotfiles-1232870903cba8bf6187724d5032852a53fe09b1.tar.gz dotfiles-1232870903cba8bf6187724d5032852a53fe09b1.tar.bz2 dotfiles-1232870903cba8bf6187724d5032852a53fe09b1.zip | |
fix tearing/flicker
| -rw-r--r-- | .config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 2c63636..42fe4ea 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf | |||
| @@ -82,7 +82,7 @@ use-damage = true | |||
| 82 | # glx-swap-method = "undefined"; | 82 | # glx-swap-method = "undefined"; |
| 83 | # glx-use-gpushader4 = true; | 83 | # glx-use-gpushader4 = true; |
| 84 | # xrender-sync = true; | 84 | # xrender-sync = true; |
| 85 | # xrender-sync-fence = true; | 85 | xrender-sync-fence = true; |
| 86 | # Window type settings | 86 | # Window type settings |
| 87 | wintypes: | 87 | wintypes: |
| 88 | { | 88 | { |
