#!/bin/sh udevadm trigger -s backlight -c add echo "*" echo "* Any user wishing to use xbacklight must be in the 'video' group." echo "* Check using 'groups \$USER' and add using 'usermod -aG video \$USER'." echo "*" exit 0