From 9d51a3337938f078a1ca603bb6fba47c6b9daeeb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 15 Nov 2021 12:43:58 -0500 Subject: [PATCH] picom: Add screen tearing patch Now bspwm won't have any issues with screen tearing. --- picom/.config/picom.conf | 4 ++++ 1 file changed, 4 insertions(+) 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