aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-01-27 14:49:24 +0100
committerlonkaars <loek@pipeframe.xyz>2024-01-27 14:49:24 +0100
commite1d56c71613eed4f378ee332f076cb767bf6332f (patch)
treeeda7f5b83b419a643ae8dbf8ffd803ab2bdb41c4
parent71bbe1752e1b22ec177a0634866f0c38022606c0 (diff)
fix screen tearing on x11/intel gpu
-rw-r--r--.config/picom.conf##template1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/picom.conf##template b/.config/picom.conf##template
index f18bc9c..4ab586f 100644
--- a/.config/picom.conf##template
+++ b/.config/picom.conf##template
@@ -1,6 +1,7 @@
backend = "glx";
shadow = true;
{% if yadm.hostname == "thoncc" %}
+vsync = true;
shadow-radius = 24;
shadow-opacity = 0.15;
shadow-offset-y = -24;