diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 0d6b732a..e521ac2e 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -1,6 +1,10 @@ # New Start: A modern Arch workflow built with an emphasis on functionality. # Copyright (C) 2017-2018 Donovan Glover +# Fix screen tearing +backend = "glx" +vsync = true + # Enable shadows (very important, as this makes everything look really nice) shadow = true