bin/k-dammit @ 46c8ae0df6cc default tip

More
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jan 2025 09:44:14 -0500
parents 1d7d7c65d893
children (none)
#!/usr/bin/env bash

while true; do
  inotifywait -q -e create --exclude '.*tmp.*' /dev/input
  sleep 0.25
  DISPLAY=:0.0 /home/sjl/src/dotfiles/bin/k
  echo Updating keyboard settings at `date` >> ~/.keyboard-settings-update.log
done