diff options
-rw-r--r-- | .config/picom.conf##template | 1 |
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; |