#!/bin/bash

echo "[Seat:*]" | sudo tee -a /etc/lightdm/lightdm.conf
echo "xserver-command= X -nocursor" | sudo tee -a /etc/lightdm/lightdm.conf

sudo systemctl restart lightdm.service
