#!/bin/bash

# Author : Hilger Sébastien
# More informations : https://en.wikipedia.org/wiki/Screen_tearing
# Requires the presence of the program : NVIDIA X Server Settings tool (present by default on Ubuntu/Linux Mint)

nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
