From 7e44a6d0f803ae1f3354f4567e11a4749ab30c83 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 12 May 2021 21:39:18 -0500 Subject: Fixed screentearing in picom by adding --experimental-backends --- etc/autostart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/autostart.sh b/etc/autostart.sh index 381aaa3..74ba151 100755 --- a/etc/autostart.sh +++ b/etc/autostart.sh @@ -2,6 +2,6 @@ # A script run by dwm when it starts feh --bg-fill ~/.config/wallpaper.jpg -dwmblocks & -picom & +dwmblocks & +picom --experimental-backends & dunst & -- cgit v1.2.3