summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-12-10 16:17:46 +0400
committerAndrew <saintruler@gmail.com>2021-12-10 16:17:46 +0400
commit2834fb65d4224e539144c9d32a022298d274139b (patch)
tree15dc7c18e2d793f704f574fbaff7fd9e524bd54a
parentb815b8dc30a9632e159bf4347d615b067503215f (diff)
Added options to picom to remove tearing
-rw-r--r--.xprofile2
1 files changed, 2 insertions, 0 deletions
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