bin/k-dammit @ 2f06facce49e

Fix lines doc
author Steve Losh <steve@stevelosh.com>
date Sat, 15 Jul 2023 19:30:07 -0400
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