Screen tearing

If you are having trouble with screen tearing, try installing picom:

sudo apt install picom

Add a config file for pico:

/etc/xdg/picom.conf

vsync = true;

Add this line to your autostart file:

/home/tooloop/.config/openbox/autostart

picom &