From 2834fb65d4224e539144c9d32a022298d274139b Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 10 Dec 2021 16:17:46 +0400 Subject: Added options to picom to remove tearing --- .xprofile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index 4ba826c..7e8d3ee 100644 --- a/.xprofile +++ b/.xprofile @@ -19,6 +19,8 @@ elif [ "$DESKTOP_SESSION" = "xmonad" ] || \ compositor_args="-o 0" fi +compositor_args="$compositor_args --backend glx --vsync" + # Setup wallpaper WP_DIR="$HOME/Pictures/Wallpapers/" if [ -d "$WP_DIR" ]; then -- cgit v1.2.3